Merge pull request #14652 from grafana/test-frontend-change

Don't do a full frontend release build in test-frontend
This commit is contained in:
Torkel Ödegaard
2018-12-24 12:37:17 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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