mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: split circle test shell scripts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = function(config, grunt) {
|
||||
'use strict'
|
||||
'use strict';
|
||||
|
||||
var coverage = '';
|
||||
if (config.coverage) {
|
||||
@@ -7,8 +7,8 @@ module.exports = function(config, grunt) {
|
||||
}
|
||||
|
||||
return {
|
||||
tslint: "node ./node_modules/tslint/lib/tslint-cli.js -c tslint.json --project ./tsconfig.json",
|
||||
jest: "node ./node_modules/jest-cli/bin/jest.js " + coverage,
|
||||
"webpack": "./node_modules/.bin/webpack --config scripts/webpack/webpack.prod.js",
|
||||
tslint: 'node ./node_modules/tslint/lib/tslint-cli.js -c tslint.json --project ./tsconfig.json',
|
||||
jest: 'node ./node_modules/jest-cli/bin/jest.js ' + coverage,
|
||||
webpack: './node_modules/.bin/webpack --config scripts/webpack/webpack.prod.js',
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user