Skip to content

Commit dedb81d

Browse files
committed
fix start
1 parent da9f91e commit dedb81d

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "vinxi dev",
88
"build": "vinxi build",
9-
"start": "db:migrate && vinxi start",
9+
"start": "npm run db:migrate && vinxi start",
1010
"db:push": "drizzle-kit push --config=drizzle.config.ts",
1111
"db:migrate": "tsx ./app/db/migrate.ts",
1212
"db:generate": "drizzle-kit generate --config=drizzle.config.ts",

0 commit comments

Comments
 (0)