1
0
Fork 0

Merge branch 'devel' of github.com:arangodb/arangodb into devel

This commit is contained in:
hkernbach 2016-09-26 14:00:52 +02:00
commit dce1ef8e82
1 changed files with 1 additions and 1 deletions

View File

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