We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4e16d commit f127a4bCopy full SHA for f127a4b
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"dev": "next dev",
7
"build": "next build",
8
- "vercel-build": "prisma generate && prisma migrate deploy && yarn playwright install --with-deps --only-shell && next build",
+ "vercel-build": "prisma generate && prisma migrate deploy && yarn playwright install --only-shell && next build",
9
"start": "next start",
10
"export": "next build && next export",
11
"format": "prettier --ignore-path .prettierignore --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
0 commit comments