We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67b5be commit 3fa2541Copy full SHA for 3fa2541
1 file changed
.github/workflows/test-vp-create.yml
@@ -165,6 +165,11 @@ jobs:
165
node $GITHUB_WORKSPACE/packages/tools/src/install-global-cli.ts --tgz $GITHUB_WORKSPACE/tmp/tgz/vite-plus-0.0.0.tgz
166
echo "$HOME/.vite-plus/bin" >> $GITHUB_PATH
167
168
+ - name: Verify vp installation
169
+ run: |
170
+ which vp
171
+ vp --version
172
+
173
- name: Run vp create ${{ matrix.template.name }} with ${{ matrix.package-manager }}
174
working-directory: ${{ runner.temp }}
175
run: |
0 commit comments