0
Fork 0
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:
Kevin Ansfield 2017-04-11 18:18:52 +01:00
parent e19e91044d
commit d0b9d16987

View file

@ -349,6 +349,9 @@ var overrides = require('./core/server/overrides'),
},
init: {
options: {
npmInstall: true
},
projects: {
'core/client': 'init'
}