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:
parent
eea3eb0bee
commit
0106755ae4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports = function(grunt) {
|
|||
|
||||
shell: {
|
||||
'npm-install': {
|
||||
command: 'npm install'
|
||||
command: 'yarn install'
|
||||
},
|
||||
|
||||
'bower-install': {
|
||||
|
|
Loading…
Add table
Reference in a new issue