Speed up yarn dev TypeScript transpilation

This commit is contained in:
Evan Hahn
2021-03-12 17:49:54 -06:00
committed by Josh Perez
parent e09fb6cce4
commit 55f0beaa6d
2 changed files with 1 additions and 4 deletions

View File

@@ -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': {