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:
commit
6b82bebd90
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue