Skip to content

Commit ad7b314

Browse files
HenriqueLimasclaude
andcommitted
fix(evo-react): include dist folder in published package
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 630c53c commit ad7b314

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/fix-evo-react-dist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@evo-web/react": patch
3+
---
4+
5+
fix(evo-react): include dist folder in published package

packages/evo-react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"default": "./dist/index.js"
2525
}
2626
},
27+
"files": [
28+
"dist"
29+
],
2730
"scripts": {
2831
"build": "npm run type:check && npm run test && vite build",
2932
"build:storybook": "storybook build -o ./_site/evo-react/$(git branch --show-current)",

0 commit comments

Comments
 (0)