File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,20 +22,18 @@ jobs:
2222 steps :
2323 - uses : taiki-e/checkout-action@3ab630d442e198ebb0ca30872832406ca01c46eb # v1.4.0
2424
25- - uses : oxc-project/setup-node@8958a8e040102244b619c4a94fccb657a44b1c21 # v1.0.6
26-
27- - uses : voidzero-dev/setup-vite-plus-action@5bd070e3dfe8fd6a967ab859304e95daa4e64ea0 # v1
25+ - uses : voidzero-dev/setup-vp@679fb3bf669a1777bb417e81218c5ab904aa037f # v1
2826 with :
2927 cache : true
3028
3129 - run : npx playwright install chromium
3230
33- - run : vite run fmt:check
31+ - run : vp run fmt:check
3432
35- - run : vite run lint --format github
33+ - run : vp run lint --format github
3634
37- - run : vite run test
35+ - run : vp run test
3836
39- - run : vite run @vibe/dashboard#build
37+ - run : vp run @vibe/dashboard#build
4038
41- - run : vite run ready
39+ - run : vp run ready
Original file line number Diff line number Diff line change 847847 ]
848848 }
849849 }
850- }
850+ }
Original file line number Diff line number Diff line change 889889 "totalSize" : 717928 ,
890890 "buildTime" : 984
891891 }
892- ]
892+ ]
You can’t perform that action at this time.
0 commit comments