Skip to content

Commit d2617f4

Browse files
committed
fix: use --ignore-scripts in npm publish (build and tests already run in prior steps)
1 parent 30f0362 commit d2617f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npx jest --testPathPatterns=spec
3131

3232
- name: Publish to npm
33-
run: npm publish
33+
run: npm publish --ignore-scripts
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3636

0 commit comments

Comments
 (0)