Skip to content

Commit 34f85c1

Browse files
committed
chore: test dep
1 parent 122b586 commit 34f85c1

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/actions/cached-node-modules/action.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,5 @@ runs:
3434
# even though we could just run `npm run build` in the root folder and build them in
3535
# sequence, but still in the correct order.
3636
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
37+
npm run build
4838
shell: bash

0 commit comments

Comments
 (0)