Skip to content

Commit 231307f

Browse files
authored
chore: move components folder into packages (#3167)
1 parent 293a9e4 commit 231307f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+16
-16
lines changed

.github/workflows/build-and-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ jobs:
4343
name: ci-builds-${{ github.run_id }}-${{ github.run_attempt }}
4444
path: |
4545
./packages/*/dist/
46-
./components/*/dist/
46+
./packages/components/*/dist/
47+
./package.json
4748
if-no-files-found: ignore

.github/workflows/bundle-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- "packages/core/src/components/**"
77
- "packages/core/package.json"
8-
- "components/**"
8+
- "packages/components/**"
99

1010
permissions:
1111
pull-requests: write

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"workspaces": [
2121
"packages/*",
22-
"components/*"
22+
"packages/components/*"
2323
],
2424
"dependencies": {}
2525
}

components/button/package.json renamed to packages/components/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
],
6262
"eslintConfig": {
6363
"extends": [
64-
"../../node_modules/@vibe/config/.eslintrc.cjs"
64+
"../../../node_modules/@vibe/config/.eslintrc.cjs"
6565
]
6666
}
6767
}
File renamed without changes.

0 commit comments

Comments
 (0)