Skip to content

Commit

Permalink
🛠 add npmInstall: true back for subgrunt:init
Browse files Browse the repository at this point in the history
no issue
- fixes `grunt init` task when client submodules aren't already installed
  • Loading branch information
kevinansfield committed Apr 11, 2017
1 parent e19e910 commit d0b9d16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ var overrides = require('./core/server/overrides'),
},

init: {
options: {
npmInstall: true
},
projects: {
'core/client': 'init'
}
Expand Down

0 comments on commit d0b9d16

Please sign in to comment.