Skip to content

Commit

Permalink
Don't run npm scripts
Browse files Browse the repository at this point in the history
This prevents running Auspice's prepare script, which is not necessary
for installation without usage in the same environment.
  • Loading branch information
victorlin committed Oct 18, 2024
1 parent 13a105f commit c90a465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview_on_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
shell: bash
working-directory: ${{ inputs.directory }}
run: |
npm config set ignore-scripts true
npm ci
npm install nextstrain/auspice#${{ github.sha }}
git add package.json package-lock.json
Expand Down

0 comments on commit c90a465

Please sign in to comment.