Skip to content

Commit

Permalink
[CI] use npm ci and just ignore postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 7, 2025
1 parent 6c26159 commit 8e184f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-vanilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install npm dependencies
run: |
npm i terser
npm ci --ignore-scripts
- name: Install haxelib dependencies
if: steps.cache-haxelib.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8e184f5

Please sign in to comment.