|
@@ -100,7 +100,6 @@
|
|
|
"watch": "webpack --progress --colors --watch --mode development --config scripts/webpack/webpack.dev.js",
|
|
"watch": "webpack --progress --colors --watch --mode development --config scripts/webpack/webpack.dev.js",
|
|
|
"build": "grunt build",
|
|
"build": "grunt build",
|
|
|
"test": "grunt test",
|
|
"test": "grunt test",
|
|
|
- "test:coverage": "grunt test --coverage=true",
|
|
|
|
|
"lint": "tslint -c tslint.json --project tsconfig.json",
|
|
"lint": "tslint -c tslint.json --project tsconfig.json",
|
|
|
"jest": "jest --notify --watch",
|
|
"jest": "jest --notify --watch",
|
|
|
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
|
|
"api-tests": "jest --notify --watch --config=tests/api/jest.js",
|