1
0
Fork 0

remove old node_modules

This commit is contained in:
Frank Celler 2016-05-24 11:04:02 +02:00
parent 1290c1230c
commit fe1229b67d
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ echo "EXAMPLES"
echo "GRUNT" echo "GRUNT"
( (
cd js/apps/system/_admin/aardvark/APP cd js/apps/system/_admin/aardvark/APP
rm -rf node_modules
npm install --only=dev npm install --only=dev
grunt deploy grunt deploy
) )