Update main.workflow.yml
parent
44d225afd7
commit
4ac54ebb92
|
|
@ -13,7 +13,9 @@ jobs:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm prune --production && npm install
|
# Explicitly uninstall husky so that we avoid issues with git hooks/node versioning.
|
||||||
|
# Should switch to clean checkout instead when supported.
|
||||||
|
run: npm prune --production && npm install && npm uninstall husky
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run format-check
|
run: npm run format-check
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue