mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
fix: add plugin-search-dir in format & format:check
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@
|
||||
"preview": "astro preview",
|
||||
"sync": "astro sync",
|
||||
"astro": "astro",
|
||||
"format:check": "prettier --check .",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --plugin-search-dir=. --check .",
|
||||
"format": "prettier --plugin-search-dir=. --write .",
|
||||
"cz": "cz",
|
||||
"prepare": "husky install",
|
||||
"lint": "eslint ."
|
||||
|
||||
Reference in New Issue
Block a user