mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-24 16:51:25 -05:00
Optimize vueify-next when running init.sh
This commit is contained in:
parent
487a3e42f3
commit
8c7e2f6182
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -95,7 +95,7 @@ msg "Running: ${c_m}npm install --production"
|
||||||
npm install --production || error "${c_m}npm install --production$c_w exited with an error status"
|
npm install --production || error "${c_m}npm install --production$c_w exited with an error status"
|
||||||
|
|
||||||
msg "Running: ${c_m}gulp --production"
|
msg "Running: ${c_m}gulp --production"
|
||||||
"$(npm bin)/gulp" --production || error "${c_m}gulp --production$c_w exited with an error status"
|
NODE_ENV=production "$(npm bin)/gulp" --production || error "${c_m}gulp --production$c_w exited with an error status"
|
||||||
|
|
||||||
if (( artisan_down )); then
|
if (( artisan_down )); then
|
||||||
msg "Running: ${c_m}php artisan up"
|
msg "Running: ${c_m}php artisan up"
|
||||||
|
|
Loading…
Reference in a new issue