Skip to content

Commit d0ec36f

Browse files
committed
refactor: update package scope from @crest-ui to @crest-code
- Updated demo package filter in GitHub Pages deployment workflow - Added packageManager field to root package.json for consistency
1 parent 4e32cd0 commit d0ec36f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pnpm install --frozen-lockfile || pnpm install
3636

3737
- name: Build demo for GitHub Pages
38-
run: pnpm --filter @crest-ui/demo run build:gh
38+
run: pnpm --filter @crest-code/demo run build:gh
3939

4040
- name: Upload static site
4141
uses: actions/upload-pages-artifact@v3

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "crest-ui",
33
"private": true,
44
"version": "0.1.0",
5+
"packageManager": "pnpm@9.0.0",
56
"workspaces": [
67
"apps/*",
78
"packages/*"

0 commit comments

Comments
 (0)