diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2015-11-20 15:20:21 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2015-11-20 15:20:21 +0700 |
| commit | 7af083628cebc2772f4dcb3a2ddbb00c19ccff89 (patch) | |
| tree | 2e9485aface4edc7a6523e24b2a9de3ec0c52ca4 /arch-base-sailsjs/bootstrap_sailsjs.sh | |
| parent | 15840e28f202342f92c5d208b086c7879370ba9b (diff) | |
| download | arch-docker-7af083628cebc2772f4dcb3a2ddbb00c19ccff89.tar.xz | |
arch-base-sailjs: on bootstraping, replace grunt with grunt-cli.
Diffstat (limited to 'arch-base-sailsjs/bootstrap_sailsjs.sh')
| -rwxr-xr-x | arch-base-sailsjs/bootstrap_sailsjs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-base-sailsjs/bootstrap_sailsjs.sh b/arch-base-sailsjs/bootstrap_sailsjs.sh index eb9041b..3fa3863 100755 --- a/arch-base-sailsjs/bootstrap_sailsjs.sh +++ b/arch-base-sailsjs/bootstrap_sailsjs.sh @@ -2,7 +2,7 @@ npm install -g sails --unsafe-perm && \ npm install -g pm2 --unsafe-perm && \ - npm install -g grunt && \ + npm install -g grunt-cli && \ rm -r /root/.node-gyp ## cleaning ... |
