Try pruning first so that devDeps definitely aren't installed
parent
9064837dcf
commit
6b9204b3ed
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm prune --production && npm install
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run format-check
|
run: npm run format-check
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue