use correct env variable to skip husky installation in fly.toml

This commit is contained in:
m5r 2021-10-01 23:06:57 +02:00
parent 6f3bf0a415
commit 92c7b73d9e
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ processes = []
[build.args]
QUIRREL_BASE_URL = "dev.shellphone.app"
HUSKY_SKIP_INSTALL = 1
HUSKY = 0
[env]
NODE_ENV = "production"

View File

@ -9,7 +9,7 @@ processes = []
[build.args]
QUIRREL_BASE_URL = "www.shellphone.app"
HUSKY_SKIP_INSTALL = 1
HUSKY = 0
[env]
NODE_ENV = "production"