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 b6327b5 commit 239fea3Copy full SHA for 239fea3
package.json
@@ -11,8 +11,8 @@
11
"start": "cross-env NODE_ENV=production pm2 start server.js",
12
"mocha": "nyc mocha --timeout=5000 --exit",
13
"test": "npm run coverage:clean && npm run test:unit && npm run test:e2e && npm run coverage",
14
- "test:unit": "cross-env NODE_ENV=test jest --coverage",
15
- "test:e2e": "cross-env NODE_ENV=test npm run fresh && npm run mocha",
+ "test:unit": "NODE_ENV=test jest --coverage",
+ "test:e2e": "NODE_ENV=test npm run fresh && npm run mocha",
16
"dev": "cross-env NODE_ENV=development nodemon --inspect=9230 server.js",
17
"fresh": "npm run clean && npm run seed",
18
"clean": "node clean.js",
0 commit comments