diff --git a/package.json b/package.json index dac27d0..1f6d9ef 100644 --- a/package.json +++ b/package.json @@ -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 ."