mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Don't do a full frontend release build in test-frontend job, added typescheck (tsc noEmit) instead, fixes #14639
This commit is contained in:
parent
17de1f2887
commit
21a25f2c27
@ -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…
Reference in New Issue
Block a user