mirror of
https://github.com/grafana/grafana.git
synced 2026-08-11 05:34:53 -05:00
@grafana/ui lib now contains one components, seperate lint & tsc steps
This commit is contained in:
@@ -15,10 +15,20 @@ module.exports = function (grunt) {
|
||||
'no-only-tests'
|
||||
]);
|
||||
|
||||
grunt.registerTask('tslint', [
|
||||
'newer:exec:tslintPackages',
|
||||
'newer:exec:tslintRoot',
|
||||
]);
|
||||
|
||||
grunt.registerTask('typecheck', [
|
||||
'newer:exec:typecheckPackages',
|
||||
'newer:exec:typecheckRoot',
|
||||
]);
|
||||
|
||||
grunt.registerTask('precommit', [
|
||||
'sasslint',
|
||||
'newer:exec:tslint',
|
||||
'newer:exec:tsc',
|
||||
'newer:sasslint',
|
||||
'typecheck',
|
||||
'tslint',
|
||||
'no-only-tests'
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user