mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Git: Precomit hook slimmed down
This commit is contained in:
@@ -7,7 +7,8 @@ var path = require('path') ;
|
||||
var tsProjectPath = path.resolve(__dirname, '../tsconfig.json');
|
||||
|
||||
require('ts-node').register({
|
||||
project: tsProjectPath
|
||||
project: tsProjectPath,
|
||||
transpileOnly: true
|
||||
});
|
||||
|
||||
require('../src/cli/index.ts').run(true);
|
||||
|
||||
Reference in New Issue
Block a user