Skip to content

Commit 2202085

Browse files
committed
update scripts
1 parent 4a39291 commit 2202085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"LICENSE"
2020
],
2121
"scripts": {
22-
"test": "mocha tests --recursive"
22+
"test": "mocha tests --recursive",
23+
"prepublish": "npm run test"
2324
},
2425
"repository": {
2526
"type": "git",

0 commit comments

Comments
 (0)