File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ vite.config.ts
2020 ],
2121 "type": "module",
2222 "scripts": {
23- "ready": "vp fmt && vp lint && vp run -r test && vp run -r build",
23+ "ready": "vp check && vp run -r test && vp run -r build",
2424 "dev": "vp run website#dev",
2525 "prepare": "vp config"
2626 },
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ vite.config.ts
1616 "private": true,
1717 "type": "module",
1818 "scripts": {
19- "ready": "vp fmt && vp lint && vp run -r test && vp run -r build",
19+ "ready": "vp check && vp run -r test && vp run -r build",
2020 "dev": "vp run website#dev",
2121 "prepare": "vp config"
2222 },
@@ -140,7 +140,7 @@ vite.config.ts
140140 "private": true,
141141 "type": "module",
142142 "scripts": {
143- "ready": "vp fmt && vp lint && vp run -r test && vp run -r build",
143+ "ready": "vp check && vp run -r test && vp run -r build",
144144 "dev": "vp run website#dev",
145145 "prepare": "vp config"
146146 },
Original file line number Diff line number Diff line change 99 ],
1010 "type" : " module" ,
1111 "scripts" : {
12- "ready" : " vp fmt && vp lint && vp run -r test && vp run -r build" ,
12+ "ready" : " vp check && vp run -r test && vp run -r build" ,
1313 "dev" : " vp run website#dev"
1414 },
1515 "engines" : {
You can’t perform that action at this time.
0 commit comments