File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 11{
2- "name" : " @vite-plus /global" ,
2+ "name" : " @voidzero-dev /global" ,
33 "version" : " 0.0.0" ,
44 "type" : " module" ,
55 "repository" : {
You can’t perform that action at this time.
0 commit comments