Skip to content

Commit 962e1d5

Browse files
authored
Update package.json
1 parent dc23630 commit 962e1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "npm run generate && next build",
7+
"build": "npm run generate && npm run lint && next build",
88
"start": "next start",
99
"lint": "next lint",
1010
"db:push": "prisma db push",

0 commit comments

Comments
 (0)