Skip to content

Commit c4d7c2d

Browse files
committed
fix: update script commands in package.json for consistency
1 parent f1b954e commit c4d7c2d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"dev": "vp dev",
88
"build": "tsc -b && vp build",
99
"postbuild": "cp dist/index.html dist/404.html",
10-
"lint": "vp lint .",
11-
"preview": "vp preview",
12-
"prepare": "vp config"
10+
"check": "vp check",
11+
"lint": "vp lint",
12+
"fmt": "vp fmt",
13+
"fmt:check": "vp fmt --check",
14+
"preview": "vp preview"
1315
},
1416
"dependencies": {
1517
"@headlessui/react": "^2.2.7",

0 commit comments

Comments
 (0)