mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Only install production dependencies with init.sh
This commit is contained in:
parent
11ad1b6e05
commit
edd8c6f98d
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -60,7 +60,7 @@ msg "Running: ${c_m}php artisan migrate"
|
|||
php artisan migrate || error "${c_m}php artisan migrate$c_w exited with an error status"
|
||||
|
||||
msg "Running: ${c_m}npm install"
|
||||
npm install || error "${c_m}npm install$c_w exited with an error status"
|
||||
npm install --production || error "${c_m}npm install$c_w exited with an error status"
|
||||
|
||||
msg "Running: ${c_m}bower install"
|
||||
bower install || error "${c_m}bower install$c_w exited with an error status"
|
||||
|
|
Loading…
Reference in a new issue