Sfoglia il codice sorgente

grunt test task update

Torkel Ödegaard 7 anni fa
parent
commit
7268f16c54
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      scripts/grunt/default_task.js

+ 2 - 1
scripts/grunt/default_task.js

@@ -10,7 +10,8 @@ module.exports = function (grunt) {
 
 
   grunt.registerTask('test', [
   grunt.registerTask('test', [
     'sasslint',
     'sasslint',
-    'exec:tslint',
+    'tslint',
+    'typecheck',
     "exec:jest",
     "exec:jest",
     'no-only-tests'
     'no-only-tests'
   ]);
   ]);