Skip to content

Commit a05748b

Browse files
committed
build: build updates
1 parent ab070a9 commit a05748b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

components/vue3/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ coverage
2626
*.njsproj
2727
*.sln
2828
*.sw?
29+
.nx/cache

lerna.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": [
44
"apps/*",
5-
"components/*",
6-
"components-legacy/*"
5+
"components/*"
76
],
87
"version": "2.12.0",
98
"npmClient": "pnpm",

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
packages:
22
- 'apps/*'
33
- 'components/*'
4-
- 'components-legacy/*'

0 commit comments

Comments
 (0)