mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Remove node_modules in release script
This commit is contained in:
parent
c35cc83e4f
commit
301afe190b
@ -41,6 +41,9 @@ if [ $1 = "prepare" ]; then
|
|||||||
composer install --prefer-dist --optimize-autoloader
|
composer install --prefer-dist --optimize-autoloader
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
# node_modules is useless, we already have copy in tools/ext
|
||||||
|
rm -R node_modules
|
||||||
|
|
||||||
echo "Now you can make changes to $dir. When you are ready, type 'release.sh pack'"
|
echo "Now you can make changes to $dir. When you are ready, type 'release.sh pack'"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user