We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122b586 commit 34f85c1Copy full SHA for 34f85c1
.github/actions/cached-node-modules/action.yml
@@ -34,15 +34,5 @@ runs:
34
# even though we could just run `npm run build` in the root folder and build them in
35
# sequence, but still in the correct order.
36
run: |
37
- npm run build -w packages/commons
38
- npm run build -w packages/jmespath
39
- npm run build -w packages/logger & \
40
- npm run build -w packages/tracer & \
41
- npm run build -w packages/metrics & \
42
- npm run build -w packages/parameters & \
43
- npm run build -w packages/idempotency & \
44
- npm run build -w packages/batch & \
45
- npm run build -w packages/testing & \
46
- npm run build -w packages/parser & \
47
- npm run build -w packages/event-handler
+ npm run build
48
shell: bash
0 commit comments