Skip to content

Commit

Permalink
remove -ignore-script when npm install
Browse files Browse the repository at this point in the history
Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
  • Loading branch information
peeweep committed Mar 15, 2023
1 parent 4b25ba5 commit 7ed1650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
git tag ${P} -m "${P}-node_modules.tar.xz"
cd input
npm install -ignore-script --cache "${PWD}"/npm-cache
npm install --cache "${PWD}"/npm-cache
tar --create --auto-compress --file /tmp/${P}-node_modules.tar.xz node_modules
rm -rf node_modules
Expand Down

0 comments on commit 7ed1650

Please sign in to comment.