Commit 21a25f2c by Torkel Ödegaard

Don't do a full frontend release build in test-frontend job, added typescheck…

Don't do a full frontend release build in test-frontend job, added typescheck (tsc noEmit) instead, fixes #14639
parent 17de1f28
......@@ -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'
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment