We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb853d3 commit 7cc69eaCopy full SHA for 7cc69ea
1 file changed
package.json
@@ -12,7 +12,7 @@
12
"build:client": "cross-env NODE_ENV=production webpack --config webpack/config.prod.js",
13
"build:server": "cross-env NODE_ENV=production webpack --config webpack/config.server.js",
14
"build:examples": "cross-env NODE_ENV=production webpack --config webpack/config.examples.js",
15
- "test": "NODE_ENV=test jest --forceExit",
+ "test": "NODE_ENV=test jest",
16
"test:watch": "NODE_ENV=test jest --watch",
17
"test:ci": "npm run lint && npm run test",
18
"fetch-examples": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js",
0 commit comments