0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Merge pull request #2176 from ErisDS/issue-1053

Update to `npm install` command
This commit is contained in:
Hannah Wolfe 2014-02-13 15:16:36 +00:00
commit 6b82bebd90

View file

@ -26,7 +26,7 @@
"scripts": {
"start": "node index",
"test": "./node_modules/.bin/grunt validate --verbose",
"install": "git submodule update --init && bundle install && ./node_modules/.bin/grunt init"
"install": "bundle install && grunt init"
},
"engines": {
"node": "~0.10.0"