Merge pull request #248 from radiorabe/fix/no-dev-composer-install
Don't pull dev packages on install
This commit is contained in:
commit
0c06496203
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash -e
|
||||
composer install
|
||||
composer install --no-dev
|
||||
|
||||
git_build=""
|
||||
if [ -d .git ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue