Skip to content

Commit

Permalink
Merge pull request #34 from zooniverse/build-ignore-scripts
Browse files Browse the repository at this point in the history
add --ignore-scripts to npm build
  • Loading branch information
zwolf authored Jun 5, 2023
2 parents 95a4737 + 730b9a9 commit c0dbea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
node-version: ${{ inputs.node_version }}
cache: 'npm'
- run: npm ci
- run: npm ci --ignore-scripts
- run: npm run ${{ inputs.script }}

- name: Write commit_id.txt
Expand Down

0 comments on commit c0dbea0

Please sign in to comment.