Skip to content

Commit 6ab94a2

Browse files
committed
ci: fix
1 parent 86ef22d commit 6ab94a2

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- run: pnpm install --frozen-lockfile
2424
- run: pnpm run lint
2525
- run: pnpm run build
26+
- run: pnpm run -C playground build
2627

2728
test:
2829
runs-on: ${{ matrix.os }}
@@ -46,11 +47,11 @@ jobs:
4647

4748
- name: Tests with coverage
4849
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 'lts/*' }}
49-
run: pnpm test -- --coverage
50+
run: pnpm run dev -- --coverage
5051

5152
- name: Tests
5253
if: ${{ matrix.os != 'ubuntu-latest' || matrix.node != 'lts/*' }}
53-
run: pnpm test
54+
run: pnpm run dev
5455

5556
- name: Upload coverage to Codecov
5657
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == 'lts/*' }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"nodemon": "^3.1.9",
211211
"p-series": "^3.0.0",
212212
"pinia": "^2.3.1",
213-
"prettier": "3.4.1",
213+
"prettier": "^3.4.2",
214214
"rimraf": "^6.0.1",
215215
"rollup": "^4.31.0",
216216
"semver": "^7.6.3",

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)