Browse Source

grunt test task update

Torkel Ödegaard 7 years ago
parent
commit
7268f16c54
1 changed files with 2 additions and 1 deletions
  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'
   ]);