Try pruning first so that devDeps definitely aren't installed

This commit is contained in:
Danny McCormick 2019-06-07 16:47:56 -04:00 committed by GitHub
parent 9064837dcf
commit 6b9204b3ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
version: 10.x
- name: npm install
run: npm install
run: npm prune --production && npm install
- name: Lint
run: npm run format-check