You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk-containers/ecs-service-extensions/test/publish-subscribe.integ.snapshot/aws-ecs-integ.template.json
// Create dummy package.json, copy lock file if any and then install
233
235
depsCommand=chain([
236
+
isPnpm ? osCommand.write(pathJoin(options.outputDir,'pnpm-workspace.yaml'),''): '',// Ensure node_modules directory is installed locally by creating local 'pnpm-workspace.yaml' file
isPnpm ? osCommand.remove(pathJoin(options.outputDir,'node_modules','.modules.yaml')) : '',// Remove '.modules.yaml' file which changes on each deployment
0 commit comments