We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc785b2 commit 89afa16Copy full SHA for 89afa16
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev --turbopack",
7
- "build": "next build",
+ "build": "next build --no-lint",
8
"start": "next start",
9
"lint": "next lint",
10
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
0 commit comments