Skip to content

Commit

Permalink
fix: publish "dist" folder
Browse files Browse the repository at this point in the history
fixes #7
  • Loading branch information
niieani committed May 16, 2023
1 parent 8b1cb01 commit f7df7e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -72,7 +72,8 @@
"src",
"cjs",
"esm",
"data"
"data",
"dist"
],
"scripts": {
"build": "yarn build:cjs && yarn build:esm && yarn build:umd",
Expand Down

0 comments on commit f7df7e9

Please sign in to comment.