-
- Downloads
adds codeCov.io, removes code climate
closes #1670
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
"scripts": { | "scripts": { | ||
"lint": "node_modules/.bin/eslint ./ && node_modules/.bin/sass-lint -v ./src/styles/**/*", | "lint": "node_modules/.bin/eslint ./ && node_modules/.bin/sass-lint -v ./src/styles/**/*", | ||
"server": "node_modules/.bin/http-server", | "server": "node_modules/.bin/http-server", | ||
"test": "npm run build && npm run lint && jest -c jest.json --coverage", | "test": "npm run build && npm run lint && jest -c jest.json", | ||
"test:watch": "jest -c jest.json --watch", | "test:watch": "jest -c jest.json --watch", | ||
"build": "webpack --mode=production", | "build": "webpack --mode=production", | ||
"build:dev": "webpack --mode=development", | "build:dev": "webpack --mode=development", | ||
... | @@ -46,6 +46,7 @@ | ... | @@ -46,6 +46,7 @@ |
"babel-jest": "^23.6.0", | "babel-jest": "^23.6.0", | ||
"babel-loader": "^8.0.4", | "babel-loader": "^8.0.4", | ||
"babel-plugin-named-asset-import": "^0.2.3", | "babel-plugin-named-asset-import": "^0.2.3", | ||
"codecov": "^3.1.0", | |||
"concurrently": "^4.0.1", | "concurrently": "^4.0.1", | ||
"css-loader": "^1.0.0", | "css-loader": "^1.0.0", | ||
"enzyme": "^3.4.4", | "enzyme": "^3.4.4", | ||
... | ... |
Please sign in to comment