Skip to content

Commit e7492e4

Browse files
committed
ci: fail fast on build failures
1 parent 5f76b0e commit e7492e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
},

0 commit comments

Comments
 (0)