We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4241240 commit 3694279Copy full SHA for 3694279
1 file changed
.github/workflows/publish-npm.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install dependencies
29
run: |
30
- yarn install
+ yarn install --ignore-scripts
31
32
- name: Publish to NPM
33
0 commit comments