use correct env variable to skip husky installation in fly.toml
This commit is contained in:
parent
6f3bf0a415
commit
92c7b73d9e
@ -9,7 +9,7 @@ processes = []
|
|||||||
|
|
||||||
[build.args]
|
[build.args]
|
||||||
QUIRREL_BASE_URL = "dev.shellphone.app"
|
QUIRREL_BASE_URL = "dev.shellphone.app"
|
||||||
HUSKY_SKIP_INSTALL = 1
|
HUSKY = 0
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
NODE_ENV = "production"
|
NODE_ENV = "production"
|
||||||
|
@ -9,7 +9,7 @@ processes = []
|
|||||||
|
|
||||||
[build.args]
|
[build.args]
|
||||||
QUIRREL_BASE_URL = "www.shellphone.app"
|
QUIRREL_BASE_URL = "www.shellphone.app"
|
||||||
HUSKY_SKIP_INSTALL = 1
|
HUSKY = 0
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
NODE_ENV = "production"
|
NODE_ENV = "production"
|
||||||
|
Loading…
Reference in New Issue
Block a user