forked from wallabag/wallabag
Compare commits
1 Commits
fix/CodeQL
...
2.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 091e4bdd64 |
7847
composer.lock
generated
Normal file
7847
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
if [[ $ASSETS == 'build' ]]; then
|
||||
echo "Installing PHP dependencies through Composer..."
|
||||
composer install --no-interaction --no-progress --prefer-dist -o
|
||||
composer update --no-interaction --no-progress
|
||||
|
||||
chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
|
||||
echo "Downloading librairies through npm..."
|
||||
@ -11,5 +11,5 @@ if [[ $ASSETS == 'build' ]]; then
|
||||
echo "Concat, minify and installing assets..."
|
||||
node_modules/grunt/bin/grunt
|
||||
else
|
||||
composer install --no-interaction --no-progress --prefer-dist -o
|
||||
composer update --no-interaction --no-progress
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user