fix: disable husky only on production

This commit is contained in:
Krzysztof Durek
2024-07-16 12:05:27 +02:00
parent d0d4182fc1
commit 2d64815c12
4 changed files with 17 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'