Skip to content

Commit

Permalink
fix: add plugin-search-dir in format & format:check
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Feb 12, 2023
1 parent cbce54b commit 37b54af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."
Expand Down

0 comments on commit 37b54af

Please sign in to comment.