File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 - uses : actions/checkout@v4
1414 - uses : pnpm/action-setup@v4
1515 with :
16- version : 9
16+ version : 10
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 cache : pnpm
2121 - run : pnpm install
2222 - run : pnpm lint
23- - run : pnpm test
23+ - run : pnpm test:run
Original file line number Diff line number Diff line change 3838 run : npm run build
3939
4040 - name : Run tests
41- run : npm run test
41+ run : npm run test:run
4242
4343 - name : Release
4444 env :
Original file line number Diff line number Diff line change 4040 "test" : " vitest" ,
4141 "test:ui" : " vitest --ui" ,
4242 "test:run" : " vitest run" ,
43- "prepublishOnly" : " npm run build" ,
44- "postpublish" : " git push --follow-tags && npm run deploy" ,
4543 "serve" : " vite preview"
4644 },
4745 "repository" : {
You can’t perform that action at this time.
0 commit comments