Skip to content

Commit d5cc427

Browse files
committed
chore: explicitly call node-jq post-install script
1 parent c9661cf commit d5cc427

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
# See https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#use-private-packages
4242
run: yarn install --frozen-lockfile --prefer-offline --ignore-scripts
4343

44+
- name: Install jq for tests
45+
run: npm explore node-jq && npm run install-binary
46+
4447
- name: Build
4548
run: yarn prepack
4649

0 commit comments

Comments
 (0)