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 0ed7e97 commit f322ac8Copy full SHA for f322ac8
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"lint": "npx standard",
9
"format": "npx standard --fix",
10
- "test": "PORT=3000 NODE_ENV=testing npx nyc --check-coverage --lines 95 node ./node_modules/mocha/bin/mocha specs/*.test.js",
+ "test": "cross-env PORT=3000 NODE_ENV=testing npx nyc --check-coverage --lines 95 node ./node_modules/mocha/bin/mocha specs/*.test.js",
11
"postinstall": "node ./libs/tasks/postinstall.js"
12
},
13
"repository": {
@@ -45,6 +45,7 @@
45
"benchmark": "^2.1.4",
46
"body-parser": "^1.19.0",
47
"chai": "^4.3.4",
48
+ "cross-env": "^7.0.3",
49
"express": "^4.17.1",
50
"express-jwt": "^6.1.0",
51
"fastify": "^2.15.3",
0 commit comments