Skip to content

Commit 7ecdd10

Browse files
fix: publish esm modules and TS types (#290)
1 parent 4d097f3 commit 7ecdd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"generate:readme:toc": "markdown-toc -i README.md",
7979
"generate:assets": "npm run build:prod && npm run docs && npm run generate:readme:toc",
8080
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
81-
"prepublishOnly": "npm run build"
81+
"prepublishOnly": "npm run build:prod && npm run generate:readme:toc"
8282
},
8383
"publishConfig": {
8484
"access": "public"

0 commit comments

Comments
 (0)