Skip to content

Commit a5cbab6

Browse files
committed
add force to setup to avoid prompt
1 parent d3e6cf3 commit a5cbab6

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
@@ -20,7 +20,7 @@
2020
"prisma:studio": "prisma studio",
2121
"format": "prettier --write .",
2222
"lint": "eslint .",
23-
"setup": "npm run build && prisma generate && prisma migrate reset && playwright install",
23+
"setup": "npm run build && prisma generate && prisma migrate reset --force && playwright install",
2424
"start": "cross-env NODE_ENV=production node .",
2525
"start:mocks": "cross-env NODE_ENV=production MOCKS=true tsx .",
2626
"test": "vitest",

0 commit comments

Comments
 (0)