Remove clear flag
This commit is contained in:
parent
0e862c69db
commit
e06e8304d3
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test:unit": "jest --watch",
|
"test:unit": "jest --watch",
|
||||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --clear --flags=core",
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --flags=core",
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
"lerna:build": "webpack --config config/webpack.prod.js -w -d",
|
"lerna:build": "webpack --config config/webpack.prod.js -w -d",
|
||||||
"dev": "jest --watch",
|
"dev": "jest --watch",
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test:unit": "jest --watch",
|
"test:unit": "jest --watch",
|
||||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests && codecov --clear --flags=ui",
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests && codecov --flags=ui",
|
||||||
"dev": "docz dev",
|
"dev": "docz dev",
|
||||||
"lerna:build": "webpack --config config/webpack.prod.js -w -d",
|
"lerna:build": "webpack --config config/webpack.prod.js -w -d",
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lerna:start": "cross-env NODE_ENV=development webpack-dev-server --config config/webpack.dev.js --mode development -w -d",
|
"lerna:start": "cross-env NODE_ENV=development webpack-dev-server --config config/webpack.dev.js --mode development -w -d",
|
||||||
"test:unit": "jest --watch",
|
"test:unit": "jest --watch",
|
||||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --clear --flags=viewer",
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --flags=viewer",
|
||||||
"dev": "yarn run preBuild && react-scripts start",
|
"dev": "yarn run preBuild && react-scripts start",
|
||||||
"dev:debug": "react-scripts start",
|
"dev:debug": "react-scripts start",
|
||||||
"build:package": "yarn run preBuild && node --max-old-space-size=4096 node_modules/rollup/bin/rollup -c",
|
"build:package": "yarn run preBuild && node --max-old-space-size=4096 node_modules/rollup/bin/rollup -c",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user