From 1b5d27de825bf23b2928b199d4e1e21d99ecdfe8 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 11 Jul 2019 13:22:43 -0400 Subject: [PATCH] Update workflow.yml (#14) --- .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