Skip to content

Commit 41db7cd

Browse files
authored
fix: Include dist to the public version (#30)
Closes #29.
1 parent 9b33cc7 commit 41db7cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dist/index.d.ts"
1010
],
1111
"scripts": {
12+
"prepublishOnly": "npm run build",
1213
"build": "rimraf ./dist && tsc",
1314
"watch": "tsc --watch",
1415
"pretest": "npm run lint",

0 commit comments

Comments
 (0)