Skip to content

Commit 9b7b291

Browse files
committed
chore: test dep
1 parent cc5a18f commit 9b7b291

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ runs:
3030
- name: Build packages
3131
# By default we build the packages, but we can skip this step if the caller wants to
3232
if: inputs.build == 'true'
33-
run: npm run build -w packages/commons
33+
run: |
34+
npm run build -w packages/commons
3435
npm run build -w packages/jmespath
3536
npm run build -w packages/testing
3637
npm run build -w packages/logger & \

0 commit comments

Comments
 (0)