Skip to content

Commit d81cbad

Browse files
committed
change package name
1 parent 7c70272 commit d81cbad

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ jobs:
124124
merge-multiple: true
125125

126126
- name: Build
127-
run: vp run vite-plus#build:ts @vite-plus/global#build
127+
run: vp run vite-plus#build:ts @voidzero-dev/global#build
128128

129-
# Download again because `@vite-plus/global#build` will cleanup the dist dir first
129+
# Download again because `@voidzero-dev/global#build` will cleanup the dist dir first
130130
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
131131
with:
132132
path: packages/global/dist
@@ -141,6 +141,6 @@ jobs:
141141
run: |
142142
echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
143143
echo "@vite-plus:registry=https://npm.pkg.github.com/" >> ~/.npmrc
144-
pnpm --filter=@vite-plus/global publish --registry https://npm.pkg.github.com --no-git-checks
144+
pnpm --filter=@voidzero-dev/global publish --registry https://npm.pkg.github.com --no-git-checks
145145
env:
146146
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"node": "22.17.0"
77
},
88
"scripts": {
9-
"bootstrap-cli": "pnpm --filter=vite-plus build && cp -r ./packages/cli/binding/*.node ./packages/global/dist && pnpm --filter=@vite-plus/global build && npm install -g ./packages/global",
10-
"bootstrap-cli:ci": "pnpm --filter=vite-plus build:ts && pnpm --filter=@vite-plus/global build && npm install -g ./packages/global",
9+
"bootstrap-cli": "pnpm --filter=vite-plus build && cp -r ./packages/cli/binding/*.node ./packages/global/dist && pnpm --filter=@voidzero-dev/global build && npm install -g ./packages/global",
10+
"bootstrap-cli:ci": "pnpm --filter=vite-plus build:ts && pnpm --filter=@voidzero-dev/global build && npm install -g ./packages/global",
1111
"typecheck": "tsc -b tsconfig.json",
1212
"prepare": "husky"
1313
},

packages/global/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@vite-plus/global",
2+
"name": "@voidzero-dev/global",
33
"version": "0.0.0",
44
"type": "module",
55
"repository": {

0 commit comments

Comments
 (0)