Procházet zdrojové kódy

grunt test task update

Torkel Ödegaard před 7 roky
rodič
revize
7268f16c54
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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', [
     'sasslint',
-    'exec:tslint',
+    'tslint',
+    'typecheck',
     "exec:jest",
     'no-only-tests'
   ]);