Skip to content

Commit cec74e7

Browse files
committed
feat(cli): rename to vite
1 parent a6ef494 commit cec74e7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
merge-multiple: true
122122

123123
- name: Build
124-
run: vp run @voidzero-dev/vite-plus#build:ts @voidzero-dev/global#build
124+
run: vite run @voidzero-dev/vite-plus#build:ts @voidzero-dev/global#build
125125

126126
# Download again because `@voidzero-dev/global#build` will cleanup the dist dir first
127127
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0

packages/global/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"url": "https://github.com/voidzero-dev/vite-plus.git"
88
},
99
"bin": {
10+
"vite": "./bin/vp",
1011
"vite-plus": "./bin/vp",
1112
"vp": "./bin/vp",
1213
"vite-plus-dev": "./bin/vp-dev"

0 commit comments

Comments
 (0)