Fix typo
This commit is contained in:
parent
fbdb61bcb2
commit
0e862c69db
@ -15,7 +15,7 @@
|
||||
"scripts": {
|
||||
"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:ci": "jest --ci --runInBand --collectCoverage && && codecov --clear --flags=viewer",
|
||||
"test:unit:ci": "jest --ci --runInBand --collectCoverage && codecov --clear --flags=viewer",
|
||||
"dev": "yarn run preBuild && 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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user