mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
🛠 add npmInstall: true
back for subgrunt:init
no issue - fixes `grunt init` task when client submodules aren't already installed
This commit is contained in:
parent
e19e91044d
commit
d0b9d16987
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,9 @@ var overrides = require('./core/server/overrides'),
|
||||||
},
|
},
|
||||||
|
|
||||||
init: {
|
init: {
|
||||||
|
options: {
|
||||||
|
npmInstall: true
|
||||||
|
},
|
||||||
projects: {
|
projects: {
|
||||||
'core/client': 'init'
|
'core/client': 'init'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue