Skip to content

Commit 910904f

Browse files
authored
chore: explicitly call node-jq post-install script
Explicitly call node-jq post-install script
2 parents c9661cf + d5cc427 commit 910904f

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)