Skip to content

Commit

Permalink
build(node): cleanup production deps before installing dev/production (
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 26, 2020
1 parent a783321 commit 89c849b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
# The first installation step ensures that all of our production
# dependencies work on the given Node.js version, this helps us find
# dependencies that don't match our engines field:
- run: npm install --production --engine-strict --ignore-scripts
- run: npm install --production --engine-strict --ignore-scripts --no-package-lock
# Clean up the production install, before installing dev/production:
- run: rm -rf node_modules
- run: npm install
- run: npm test
- name: coverage
Expand Down

0 comments on commit 89c849b

Please sign in to comment.