Revert "Running tests in production environment to remove spurious warnings"
This reverts commit 0a9b0f6bfb
.
This commit is contained in:
parent
0a9b0f6bfb
commit
2dd2132a2b
@ -17,7 +17,7 @@
|
||||
"build:webpack": "webpack --config webpack.prod.js",
|
||||
"build:prerender": "node ./script/__build__/prerender.js",
|
||||
"test": "run-s test:lint 'test:unit --coverage'",
|
||||
"test:unit": "cross-env NODE_ENV=production jest",
|
||||
"test:unit": "jest",
|
||||
"test:lint": "eslint --ignore-path .gitignore .",
|
||||
"test:watch": "yarn test:unit --watch",
|
||||
"i18n:scrub": "node ./script/i18n-scrub.js",
|
||||
|
Loading…
Reference in New Issue
Block a user