Gruntfile: Remove dependency on `npm`

pull/1/head
Daniel Gasienica 7 years ago
parent ce8db96069
commit c5d6e4a602

@ -216,7 +216,7 @@ module.exports = function(grunt) {
cmd: 'tx pull',
},
transpile: {
cmd: 'npm run transpile',
cmd: 'yarn transpile',
},
},
'test-release': {

Loading…
Cancel
Save