We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b954e commit c4d7c2dCopy full SHA for c4d7c2d
1 file changed
package.json
@@ -7,9 +7,11 @@
7
"dev": "vp dev",
8
"build": "tsc -b && vp build",
9
"postbuild": "cp dist/index.html dist/404.html",
10
- "lint": "vp lint .",
11
- "preview": "vp preview",
12
- "prepare": "vp config"
+ "check": "vp check",
+ "lint": "vp lint",
+ "fmt": "vp fmt",
13
+ "fmt:check": "vp fmt --check",
14
+ "preview": "vp preview"
15
},
16
"dependencies": {
17
"@headlessui/react": "^2.2.7",
0 commit comments