0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

🛠 switch to using yarn in our Grunt tasks (#613)

no issue
- use `yarn install` instead of `npm install` in our `grunt init` task (used in Ghost's `grunt init` via subgrunt)
This commit is contained in:
Kevin Ansfield 2017-04-04 11:36:17 +01:00 committed by Hannah Wolfe
parent eea3eb0bee
commit 0106755ae4

View file

@ -34,7 +34,7 @@ module.exports = function(grunt) {
shell: {
'npm-install': {
command: 'npm install'
command: 'yarn install'
},
'bower-install': {