File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1010 "install-all" : " npm install && npm install --workspaces" ,
1111 "test" : " npm run test --workspaces --if-present" ,
1212 "test:integration" : " act -W .github/workflows/integration-tests.yml --secret-file .secrets --artifact-server-path /tmp/artifacts --container-architecture linux/amd64" ,
13- "build" : " npm run build -w packages/aws-durable-execution-sdk-js -w packages/aws-durable-execution-sdk-js-testing -w packages/aws-durable-execution-sdk-js-examples" ,
13+ "build" : " npm run build -w packages/aws-durable-execution-sdk-js && npm run build -w packages/aws-durable-execution-sdk-js-testing && npm run build -w packages/aws-durable-execution-sdk-js-examples" ,
1414 "postpublish" : " git restore ." ,
1515 "clean" : " rm -rf node_modules && npm run clean --workspaces --if-present"
1616 },
You can’t perform that action at this time.
0 commit comments