Skip to content

Commit d8dbf4b

Browse files
committed
Fix build script
1 parent 31df7f5 commit d8dbf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
9-
"lint": "eslint",
109
"preview": "vite preview",
10+
"lint": "eslint",
1111
"test": "vitest",
1212
"format": "prettier --write .",
1313
"test:run": "vitest --run",
14-
"prepare": "husky"
14+
"prepare": "husky install"
1515
},
1616
"dependencies": {
1717
"react": "^19.1.0",

0 commit comments

Comments
 (0)