Don't do a full frontend release build in test-frontend job, added typescheck (tsc noEmit) instead, fixes #14639

pull/14652/head
Torkel Ödegaard 7 years ago
parent 17de1f2887
commit 21a25f2c27
  1. 1
      scripts/circle-test-frontend.sh
  2. 3
      scripts/grunt/default_task.js

@ -11,4 +11,3 @@ function exit_if_fail {
}
exit_if_fail npm run test
exit_if_fail npm run build

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

Loading…
Cancel
Save