Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 15, 2023
1 parent b2fa63b commit 6a69a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:

- name: Install dependencies
shell: bash
run: npm ci --include=dev
run: npm i
env:
NODE_ENV: development
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true # Conflicts with Mocha Puppeteer tests.

0 comments on commit 6a69a1f

Please sign in to comment.