We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc23630 commit 962e1d5Copy full SHA for 962e1d5
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
7
- "build": "npm run generate && next build",
+ "build": "npm run generate && npm run lint && next build",
8
"start": "next start",
9
"lint": "next lint",
10
"db:push": "prisma db push",
0 commit comments