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 63a384a commit 87dc886Copy full SHA for 87dc886
1 file changed
package.json
@@ -12,8 +12,8 @@
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": "cross-env NODE_ENV=test jest",
16
- "test:watch": "cross-env NODE_ENV=test jest --watch",
+ "test": "NODE_ENV=test jest",
+ "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",
19
"fetch-examples-gg": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples-gg.js",
0 commit comments