Skip to content

Commit cf3379d

Browse files
author
Marco Garcia
committed
add prepack
1 parent d262aff commit cf3379d

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
@@ -26,7 +26,8 @@
2626
"watch": "tsc --watch",
2727
"test": "nyc mocha",
2828
"prepare": "npm run build",
29-
"docs": "typedoc src/gen/api"
29+
"docs": "typedoc src/gen/api",
30+
"prepack": "npm run build"
3031
},
3132
"nyc": {
3233
"include": [

0 commit comments

Comments
 (0)