Skip to content

Commit

Permalink
Install dependencies with scripts enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeyax committed Apr 19, 2024
1 parent 1c1dc49 commit a480308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
# test project
- run: npm install --ignore-scripts
- run: npm install
- run: npm run prepare
- run: npm test
# test node example
Expand Down

0 comments on commit a480308

Please sign in to comment.