Skip to content

Commit 3694279

Browse files
authored
Modify yarn install command to ignore scripts
1 parent 4241240 commit 3694279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install dependencies
2929
run: |
30-
yarn install
30+
yarn install --ignore-scripts
3131
3232
- name: Publish to NPM
3333
run: |

0 commit comments

Comments
 (0)