Skip to content

Commit dfbe4fe

Browse files
authored
Update package.json
1 parent 912f0eb commit dfbe4fe

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
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "tsc",
16-
"test": "mocha test/*.js",
16+
"test": "mocha --exit test/*.js",
1717
"build-test": "npm run build && npm run test",
1818
"prepublishOnly": "npm run build"
1919
},

0 commit comments

Comments
 (0)