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 1e16427 commit 8c6ed3eCopy full SHA for 8c6ed3e
package.json
@@ -54,6 +54,7 @@
54
"chai-as-promised": "^6.0.0",
55
"chakram": "^1.4.0",
56
"cors": "^2.8.3",
57
+ "cross-env": "5.0.5",
58
"del": "^2.2.1",
59
"express": "^4.15.2",
60
"express-session": "^1.15.2",
@@ -89,7 +90,7 @@
89
90
"typescript": "^2.2.2"
91
},
92
"scripts": {
- "test": "gulp tests"
93
+ "test": "cross-env NODE_ENV=test gulp tests"
94
95
"typings": "index.d.ts"
96
}
0 commit comments