Skip to content

Commit 89afa16

Browse files
author
Marcus
committed
skip lint
1 parent bc785b2 commit 89afa16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
7-
"build": "next build",
7+
"build": "next build --no-lint",
88
"start": "next start",
99
"lint": "next lint",
1010
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix",

0 commit comments

Comments
 (0)