We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ef494 commit cec74e7Copy full SHA for cec74e7
2 files changed
.github/workflows/release.yml
@@ -121,7 +121,7 @@ jobs:
121
merge-multiple: true
122
123
- name: Build
124
- run: vp run @voidzero-dev/vite-plus#build:ts @voidzero-dev/global#build
+ run: vite run @voidzero-dev/vite-plus#build:ts @voidzero-dev/global#build
125
126
# Download again because `@voidzero-dev/global#build` will cleanup the dist dir first
127
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
packages/global/package.json
@@ -7,6 +7,7 @@
7
"url": "https://github.com/voidzero-dev/vite-plus.git"
8
},
9
"bin": {
10
+ "vite": "./bin/vp",
11
"vite-plus": "./bin/vp",
12
"vp": "./bin/vp",
13
"vite-plus-dev": "./bin/vp-dev"
0 commit comments