Skip to content

Commit 65ee0cc

Browse files
committed
fix: package script
1 parent 837e5f7 commit 65ee0cc

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
"build": "npx next build",
7-
"check": "npx next lint",
7+
"check": "npx eslint .",
88
"dev": "npx next dev --turbo",
99
"start": "npx next start",
1010
"postinstall": "fumadocs-mdx"

0 commit comments

Comments
 (0)