Skip to content

Commit 3ffcc46

Browse files
committed
chore: move jmespath pkg up into build process
1 parent d9381e3 commit 3ffcc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
# sequence, but still in the correct order.
4040
run: |
4141
npm run build -w packages/commons
42-
npm run build -w packages/jmespath & \
42+
npm run build -w packages/jmespath
4343
npm run build -w packages/logger & \
4444
npm run build -w packages/tracer & \
4545
npm run build -w packages/metrics & \

0 commit comments

Comments
 (0)