Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🛠 switch to using yarn in our Grunt tasks (#613)
Browse files Browse the repository at this point in the history
no issue
- use `yarn install` instead of `npm install` in our `grunt init` task (used in Ghost's `grunt init` via subgrunt)
  • Loading branch information
kevinansfield authored and ErisDS committed Apr 4, 2017
1 parent 0a7154d commit e7633ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function(grunt) {

shell: {
'npm-install': {
command: 'npm install'
command: 'yarn install'
},

'bower-install': {
Expand Down

0 comments on commit e7633ef

Please sign in to comment.