Update main.workflow.yml

This commit is contained in:
Danny McCormick 2019-06-17 10:46:23 -04:00 committed by GitHub
parent 44d225afd7
commit 4ac54ebb92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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