mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Gruntfile: Remove dependency on npm
This commit is contained in:
@@ -216,7 +216,7 @@ module.exports = function(grunt) {
|
||||
cmd: 'tx pull',
|
||||
},
|
||||
transpile: {
|
||||
cmd: 'npm run transpile',
|
||||
cmd: 'yarn transpile',
|
||||
},
|
||||
},
|
||||
'test-release': {
|
||||
|
||||
Reference in New Issue
Block a user