Merge pull request #226 from kdurek/fix/husky-on-prod

fix: disable husky only on production
This commit is contained in:
Mauricio Siu
2024-07-17 11:52:04 -06:00
committed by GitHub
4 changed files with 24 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ on:
branches:
- main
- canary
env:
HUSKY: 0
jobs:
build-app:
if: github.event_name == 'pull_request'