Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit a957c6b

Browse files
authored
Fix package.json
1 parent 1d33bfd commit a957c6b

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"pretest": "cp ./example.env ./.env",
8-
"test": "xo && nyc mocha"",
8+
"test": "xo && nyc mocha",
99
"ci-test": "npm run pretest & ./node_modules/mocha/bin/mocha",
1010
"start": "node index.js",
1111
"debug": "DEBUG=* npm start",

0 commit comments

Comments
 (0)