We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef259a7 commit 0e9892bCopy full SHA for 0e9892b
1 file changed
package.json
@@ -8,7 +8,8 @@
8
"scripts": {
9
"test": "npm run build && nyc node dist/test",
10
"build": "tsc -b",
11
- "docs": "typedoc"
+ "docs": "typedoc",
12
+ "prepublishOnly": "npm test"
13
},
14
"author": "William Lahti",
15
"license": "MIT",
0 commit comments