Skip to content

Commit

Permalink
chore typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya authored Sep 9, 2024
1 parent d243a14 commit 968fac0
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 @@ -16,7 +16,7 @@
"start": "concurrently -n es,dts \"vite build --watch\" \"tsc --emitDeclarationOnly --watch\"",
"tsc": "tsc --noEmit && echo",
"build": "vite build && tsc --emitDeclarationOnly && pnpm run build:extra",
"build:extra": "vite build --config vite.core.config.ts && cp ../core/dist/index.ui.min.js ./dist/"
"build:extra": "vite build --config vite.core.config.ts && cp ../core/dist/index.ui.js ./dist/"
},
"files": [
"dist",
Expand Down

0 comments on commit 968fac0

Please sign in to comment.