Skip to content

Commit

Permalink
try without --ignore-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Mar 19, 2020
1 parent 5c353bb commit de33c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- if: "!contains(steps.log.outputs.message, 'ci skip')"
name: install & build
run: |
npm install --ignore-scripts
npm install
npm run builddeps
npm run build:w3c
- if: "!contains(steps.log.outputs.message, 'ci skip')"
Expand Down

0 comments on commit de33c10

Please sign in to comment.