Skip to content

Commit 2c13a68

Browse files
fix prettier script
1 parent 21130ec commit 2c13a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "next build --turbopack",
88
"start": "next start",
99
"lint": "next lint",
10-
"prettier:check": "prettier --check .",
10+
"prettier:check": "npx prettier --check .",
1111
"type-check": "tsc --noEmit"
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)