There was an error while loading. Please reload this page.
2 parents a36da88 + 9758070 commit 655ce43Copy full SHA for 655ce43
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"repository": "https://github.com/atom/github",
7
"license": "MIT",
8
"scripts": {
9
- "test": "cross-env-shell \"${ATOM_SCRIPT_PATH:-atom} --test test\"",
+ "test": "cross-env-shell NODE_ENV=development \"${ATOM_SCRIPT_PATH:-atom} --test test\"",
10
"test:coverage": "cross-env ATOM_GITHUB_BABEL_ENV=coverage npm run test",
11
"test:coverage:text": "nyc --reporter=text npm run test:coverage",
12
"test:coverage:html": "nyc --reporter=html npm run test:coverage",
0 commit comments