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 9d55fa3 commit 74a3d64Copy full SHA for 74a3d64
package.json
@@ -13,9 +13,6 @@
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": "jest",
16
- "xxtest": "npm run test:server && npm run test:client",
17
- "test:server": "jest server --config=./jest.server.config.js",
18
- "test:client": "jest --config=./client/jest.config.js",
19
"test:ci": "npm run lint && npm run test",
20
"fetch-examples": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js",
21
"fetch-examples-gg": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples-gg.js",
0 commit comments