Skip to content

Commit

Permalink
fix: components build
Browse files Browse the repository at this point in the history
  • Loading branch information
AntzyMo committed Sep 9, 2024
1 parent d0b0d38 commit 4d1be3a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "lite-ui-monorepo",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.4.0",
"description": "A Vue3 based UnoCSS UI library.",
Expand Down Expand Up @@ -29,7 +30,7 @@
"dev": "pnpm build:utils && pnpm dev:theme && pnpm build:ui",
"dev:theme": "pnpm run -C packages/theme stub",
"build:docs": "pnpm dev && pnpm run -C docs build",
"build": "pnpm build:utils && pnpm build:theme && pnpm -r --filter ./packages/components/** run build && pnpm build:ui",
"build": "pnpm build:utils && pnpm build:theme && pnpm --filter ./packages/components/** build && pnpm build:ui",
"build:ui": "pnpm run -C packages/lite-ui build",
"build:utils": "pnpm run -C packages/utils build",
"build:theme": "pnpm run -C packages/theme build",
Expand All @@ -54,6 +55,5 @@
"eslint": "^9.5.0",
"esno": "^4.7.0",
"typescript": "^5.2.2"
},
"version": "0.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/components/Icon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lite-space/icon",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"vue3",
"component",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lite-space/menu",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [
"vue3",
"component",
Expand Down
2 changes: 1 addition & 1 deletion packages/lite-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lite-space/ui",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Vue3 based UnoCSS UI library.",
"author": "AntzyMo <mozbano@163.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lite-space/theme",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"description": "unocss preset for lite-ui",
"author": "AntzyMo <mozbano@163.com>",
"license": "MIT",
Expand Down

0 comments on commit 4d1be3a

Please sign in to comment.