Skip to content

Commit

Permalink
fix: publish esm modules and TS types (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Jul 7, 2021
1 parent 4d097f3 commit 7ecdd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"generate:readme:toc": "markdown-toc -i README.md",
"generate:assets": "npm run build:prod && npm run docs && npm run generate:readme:toc",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build:prod && npm run generate:readme:toc"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7ecdd10

Please sign in to comment.