Skip to content

Commit 123fcdf

Browse files
committed
Remove env var from npm test command
1 parent 4e2f6f7 commit 123fcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"jsdoc": "jsdoc -c .jsdoc.json",
11-
"test": "NODE_ENV=test standard src && nyc ava"
11+
"test": "standard src && nyc ava"
1212
},
1313
"keywords": [
1414
"mutation",

0 commit comments

Comments
 (0)