From e28feb406443b2ef04d05ece7c3625168c46b341 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 11 Jul 2019 13:20:50 -0400 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0b9e4c8c..b8b62237 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,9 +14,7 @@ jobs: version: 10.x - name: 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 + run: npm install - name: Lint run: npm run format-check