forked from wallabag/wallabag
Compare commits
1 Commits
| 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
|
if [[ $ASSETS == 'build' ]]; then
|
||||||
echo "Installing PHP dependencies through Composer..."
|
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
|
chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
|
||||||
echo "Downloading librairies through npm..."
|
echo "Downloading librairies through npm..."
|
||||||
@ -11,5 +11,5 @@ if [[ $ASSETS == 'build' ]]; then
|
|||||||
echo "Concat, minify and installing assets..."
|
echo "Concat, minify and installing assets..."
|
||||||
node_modules/grunt/bin/grunt
|
node_modules/grunt/bin/grunt
|
||||||
else
|
else
|
||||||
composer install --no-interaction --no-progress --prefer-dist -o
|
composer update --no-interaction --no-progress
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user