Gruntfile: Remove dependency on npm
This commit is contained in:
parent
ce8db96069
commit
c5d6e4a602
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ module.exports = function(grunt) {
|
||||||
cmd: 'tx pull',
|
cmd: 'tx pull',
|
||||||
},
|
},
|
||||||
transpile: {
|
transpile: {
|
||||||
cmd: 'npm run transpile',
|
cmd: 'yarn transpile',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'test-release': {
|
'test-release': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue