We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2692c87 commit a2e8ba8Copy full SHA for a2e8ba8
1 file changed
.github/workflows/test-vp-create.yml
@@ -130,7 +130,9 @@ jobs:
130
- name: library
131
create-args: vite:library --directory test-project
132
template-args: ''
133
- verify-command: vp run build
+ verify-command: |
134
+ vp run build
135
+ vp run test
136
package-manager:
137
- pnpm
138
- npm
@@ -248,6 +250,10 @@ jobs:
248
250
console.log('✓ vite-plus@' + pkg.version + ' installed correctly');
249
251
"
252
253
+ - name: Run vp check
254
+ working-directory: ${{ runner.temp }}/test-project
255
+ run: vp check
256
+
257
- name: Verify project builds
258
working-directory: ${{ runner.temp }}/test-project
259
run: ${{ matrix.template.verify-command }}
0 commit comments