Skip to content

Commit

Permalink
disable husky on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerschloesser committed Feb 27, 2024
1 parent 04d7d3a commit 55abf49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm ci
- run: HUSKY=0 npm ci
- run: npm test
- run: npm run build
- run: STAGE=staging npm run deploy
Expand All @@ -36,6 +36,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm ci
- run: HUSKY=0 npm ci
- run: npm test
- run: npm run build
- run: STAGE=prod npm run deploy
2 changes: 1 addition & 1 deletion packages/app/index.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@
</script>

</body>
</html>
</html>

0 comments on commit 55abf49

Please sign in to comment.