Skip to content

Commit 702d955

Browse files
authored
Automatically install Playwright browsers (#99)
1 parent 0eb643c commit 702d955

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
@@ -15,7 +15,7 @@
1515
"prisma:studio": "prisma studio",
1616
"format": "prettier --write .",
1717
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
18-
"setup": "prisma generate && prisma migrate deploy && prisma db seed",
18+
"setup": "prisma generate && prisma migrate deploy && prisma db seed && playwright install",
1919
"start": "cross-env NODE_ENV=production node .",
2020
"start:mocks": "cross-env NODE_ENV=production MOCKS=true tsx .",
2121
"test": "vitest",

0 commit comments

Comments
 (0)