mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: reduced webpack log output and remove race flag from go tests
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = function(grunt) {
|
||||
'clean:release',
|
||||
'clean:build',
|
||||
'phantomjs',
|
||||
'webpack:prod',
|
||||
'exec:webpack',
|
||||
]);
|
||||
|
||||
};
|
||||
|
||||
@@ -7,7 +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,
|
||||
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",
|
||||
};
|
||||
};
|
||||
|
||||
@@ -5,7 +5,7 @@ module.exports = function() {
|
||||
'use strict';
|
||||
return {
|
||||
options: {
|
||||
stats: !process.env.NODE_ENV || process.env.NODE_ENV === 'development'
|
||||
stats: false,
|
||||
},
|
||||
dev: dev,
|
||||
prod: prod
|
||||
|
||||
Reference in New Issue
Block a user