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 932a704 commit 1984f65Copy full SHA for 1984f65
template/package.json
@@ -10,7 +10,7 @@
10
"dev": "gulp serve",
11
"build": "gulp build --production && npm run afterbuild",
12
"afterbuild": "cd build && npm install --production",
13
- "test": "npx jest --runInBand test/server/**.spec.js && npx jest test/client/**.spec.js",
+ "test": "npx jest",
14
"start": "node ./index.js"
15
},
16
"dependencies": {
0 commit comments