fix: make ui package standalone
This commit is contained in:
parent
000a3ac643
commit
a7a4720835
4 changed files with 57 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "bun@1.3.14",
|
||||
"sideEffects": ["*.css", "**/*.css"],
|
||||
"exports": {
|
||||
".": {
|
||||
|
|
@ -42,6 +43,7 @@
|
|||
"scripts": {
|
||||
"build": "rm -rf dist && tsc -p tsconfig.build.json && mkdir -p dist/components && cp src/styles.css dist/styles.css && cp src/tokens.css dist/tokens.css && cp src/components/styles.css dist/components/styles.css",
|
||||
"check": "tsc --noEmit",
|
||||
"prepare": "bun run build",
|
||||
"test": "vitest run",
|
||||
"test:unit": "vitest run",
|
||||
"storybook": "storybook dev -p 6006 --host 0.0.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue