We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fcc2c commit f72c4f8Copy full SHA for f72c4f8
1 file changed
.github/workflows/test-vp-create.yml
@@ -165,11 +165,6 @@ 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