Skip to content

Commit 53501f5

Browse files
committed
package.json: fix prepare bootstraping issue
1 parent 9adbf24 commit 53501f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "bun --env-file=.env vite dev",
88
"build": "vite build",
99
"preview": "vite preview",
10-
"prepare": "prisma generate; svelte-kit sync; lefthook install; true",
10+
"prepare": "svelte-kit sync; prisma generate; lefthook install; true",
1111
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1212
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1313
"format": "prettier --write .",

0 commit comments

Comments
 (0)