Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3228298

Browse files
committed
can't commit with prehooks without cross-env on windows saying node_env=test
1 parent 5886507 commit 3228298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"mocha": "nyc mocha --timeout=5000 --exit",
1313
"test": "npm run coverage:clean && npm run test:unit && npm run test:e2e && npm run coverage",
1414
"test:unit": "NODE_ENV=test jest --coverage",
15-
"test:e2e": "NODE_ENV=test npm run fresh && npm run mocha",
15+
"test:e2e": "cross-env NODE_ENV=test npm run fresh && npm run mocha",
1616
"dev": "cross-env NODE_ENV=development nodemon --inspect=9230 server.js",
1717
"fresh": "npm run clean && npm run seed",
1818
"clean": "node clean.js",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /