File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 23
23
- run : pnpm install --frozen-lockfile
24
24
- run : pnpm run lint
25
25
- run : pnpm run build
26
+ - run : pnpm run -C playground build
26
27
27
28
test :
28
29
runs-on : ${{ matrix.os }}
@@ -46,11 +47,11 @@ jobs:
46
47
47
48
- name : Tests with coverage
48
49
if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == 'lts/*' }}
49
- run : pnpm test -- --coverage
50
+ run : pnpm run dev -- --coverage
50
51
51
52
- name : Tests
52
53
if : ${{ matrix.os != 'ubuntu-latest' || matrix.node != 'lts/*' }}
53
- run : pnpm test
54
+ run : pnpm run dev
54
55
55
56
- name : Upload coverage to Codecov
56
57
if : ${{ matrix.os == 'ubuntu-latest' && matrix.node == 'lts/*' }}
Original file line number Diff line number Diff line change 210
210
"nodemon" : " ^3.1.9" ,
211
211
"p-series" : " ^3.0.0" ,
212
212
"pinia" : " ^2.3.1" ,
213
- "prettier" : " 3.4.1 " ,
213
+ "prettier" : " ^ 3.4.2 " ,
214
214
"rimraf" : " ^6.0.1" ,
215
215
"rollup" : " ^4.31.0" ,
216
216
"semver" : " ^7.6.3" ,
You can’t perform that action at this time.
0 commit comments