Skip to content

Commit 0e9892b

Browse files
committed
add prepublish
1 parent ef259a7 commit 0e9892b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"scripts": {
99
"test": "npm run build && nyc node dist/test",
1010
"build": "tsc -b",
11-
"docs": "typedoc"
11+
"docs": "typedoc",
12+
"prepublishOnly": "npm test"
1213
},
1314
"author": "William Lahti",
1415
"license": "MIT",

0 commit comments

Comments
 (0)