Skip to content

Commit

Permalink
chore: fix ui library component packaging
Browse files Browse the repository at this point in the history
the package was not embedding the tsconfig.json file but svelte-compiler relies on it

Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Oct 11, 2024
1 parent 9bdd546 commit d252fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svelte:check": "svelte-check --tsconfig ./tsconfig.json",
"publish:next": "pnpm publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-\"$(date +%s)\""
},
"files": ["dist", "!dist/**/*.spec.*"],
"files": ["dist", "!dist/**/*.spec.*", "tsconfig.json"],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d252fc3

Please sign in to comment.