Skip to content

Commit

Permalink
build: correctly bundle .js and .d.ts files in release
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 29, 2024
1 parent 83704b5 commit 2071e19
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@
"react-dom": "Required for Storybook"
},
"files": [
"*.js",
"*.d.ts",
"./theme/hot.css"
"components/*.js",
"components/*.d.ts",
"react/*.js",
"react/*.d.ts",
"theme/hot.css",
"i18n/*.xliff"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2071e19

Please sign in to comment.