1 parent 707dea8 commit e24020cCopy full SHA for e24020c
1 file changed
package.json
@@ -3,22 +3,17 @@
3
"private": true,
4
"type": "module",
5
"scripts": {
6
- "build": "vite build",
+ "build": "vp build",
7
"check": "vp run lint && vp run typecheck",
8
- "dev": "vite dev",
+ "dev": "vp dev",
9
"fmt": "vp fmt .",
10
"fmt:check": "vp fmt . --check",
11
- "generate": "vite build",
+ "generate": "vp build",
12
"lint": "vp lint .",
13
- "preview": "vite preview --outDir dist/client",
+ "preview": "vp preview --outDir dist/client",
14
"test": "vp test run",
15
"test:watch": "vp test",
16
"typecheck": "vize check --servers 1 --tsconfig tsconfig.vize.json",
17
- "vp:check": "vp check",
18
- "vp:fmt": "vp fmt .",
19
- "vp:lint": "vp lint .",
20
- "vp:test": "vp test run",
21
- "vp:test:watch": "vp test",
22
"prepare": "vp config"
23
},
24
"dependencies": {
0 commit comments