Skip to content

Commit

Permalink
fix: disable it for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Dec 6, 2020
1 parent d65eb3b commit 04b37a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: bahmutov/npm-install@v1
with:
useLockFile: false
env:
HUSKY_SKIP_INSTALL: true

- name: ▶️ Run validate script
run: npm run validate
Expand Down
2 changes: 2 additions & 0 deletions generators/app/templates/github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
uses: bahmutov/npm-install@v1
with:
useLockFile: false
env:
HUSKY_SKIP_INSTALL: true

- name: ▶️ Run validate script
run: npm run validate
Expand Down

0 comments on commit 04b37a6

Please sign in to comment.