Update build script
This commit is contained in:
parent
d54a624e6c
commit
d55ac5332d
2
run
2
run
|
@ -12,7 +12,7 @@ PATH="${PATH}:./vendor/bin"
|
|||
function generate {
|
||||
local args=()
|
||||
|
||||
if [[ "${APP_ENV:-}" == "production" ]]; then
|
||||
if [[ "${APP_ENV:-}" == "prod" ]]; then
|
||||
args=(--env="prod")
|
||||
else
|
||||
args=(--server --watch)
|
||||
|
|
Loading…
Reference in a new issue