File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 "lint" : " eslint . --fix" ,
4545 "prettier" : " prettier . --write" ,
4646 "prepare" : " husky" ,
47- "add-bang" : " printf '#!/usr/bin/env node\\ n%s' \" $( cat ./dist/lldebugger.mjs) \" > ./dist/lldebugger.mjs.tmp && mv ./dist/lldebugger.mjs.tmp ./dist/lldebugger.mjs" ,
47+ "add-bang" : " echo '#!/usr/bin/env node' | cat - ./dist/lldebugger.mjs > ./dist/lldebugger.mjs.tmp && mv ./dist/lldebugger.mjs.tmp ./dist/lldebugger.mjs" ,
4848 "build" : " tsc -p tsconfig.build.json && cp src/nodeWorkerRunner.mjs dist && cp src/frameworks/cdkFrameworkWorker.mjs dist/frameworks && node fix-imports.js && npm run add-bang && npm run bundle-extension" ,
4949 "bundle-extension" : " cd src/extension && npm run build && cd ../../" ,
5050 "deploy-github-role" : " aws cloudformation deploy --stack-name lld-deploy-role --template-file cloudformation/gitHubDeployRole.yaml --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM --profile lldebugger" ,
51- "deploy-tests" : " npm run deploy --workspaces" ,
51+ "deploy-tests" : " npm run deploy --workspaces --if-present --parallel " ,
5252 "test" : " npm run build && RUN_TEST_FROM_CLI=true vitest run && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run" ,
5353 "test-cdk-basic" : " npm run build && RUN_TEST_FROM_CLI=true vitest run test/cdk-basic.test.ts" ,
5454 "test-cdk-basic-observable" : " npm run build && RUN_TEST_FROM_CLI=true OBSERVABLE_MODE=true vitest run test/cdk-basic.test.ts" ,
You can’t perform that action at this time.
0 commit comments