|
@@ -7,7 +7,8 @@ module.exports = function(config, grunt) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return {
|
|
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",
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|