mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Speed up yarn dev TypeScript transpilation
This commit is contained in:
@@ -116,10 +116,6 @@ module.exports = grunt => {
|
||||
files: ['./stylesheets/*.scss', './stylesheets/**/*.scss'],
|
||||
tasks: ['sass'],
|
||||
},
|
||||
transpile: {
|
||||
files: ['./ts/**/*.ts', './ts/**/*.tsx'],
|
||||
tasks: ['exec:transpile'],
|
||||
},
|
||||
},
|
||||
exec: {
|
||||
'tx-pull-new': {
|
||||
|
||||
Reference in New Issue
Block a user