Update workflow.yml (#14)
parent
d2b505129d
commit
1b5d27de82
|
|
@ -14,9 +14,7 @@ jobs:
|
||||||
version: 10.x
|
version: 10.x
|
||||||
|
|
||||||
- name: npm install
|
- name: npm install
|
||||||
# Explicitly uninstall husky so that we avoid issues with git hooks/node versioning.
|
run: npm install
|
||||||
# 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