From daff2204820cb2b1b002b6044942315fb206a44e Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 20 Jun 2019 09:45:17 -0400 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 923068e..6367d83 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -12,13 +12,14 @@ jobs: with: 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 prune --production + run: npm install + run: npm uninstall husky - name: Lint run: npm run format-check - name: npm test - run: npm test \ No newline at end of file + run: npm test