Skip to content

Commit

Permalink
fix: remove --plugin-search-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sakanjo committed Sep 7, 2023
1 parent 6acade4 commit 11c215b
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 @@ -60,8 +60,8 @@
"test:unit": "vitest",
"test:update": "vitest -u",
"test:coverage": "vitest --coverage",
"lint": "prettier --plugin-search-dir --check . && eslint .",
"format": "prettier --plugin-search-dir --write .",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"release": "bumpp package.json components/*/package.json preset/package.json utils/package.json --commit --push --tag",
"publish:script": "esno scripts/publish.js && pnpm run publish:npm",
"publish:npm": "pnpm publish --no-git-checks --access public",
Expand Down

0 comments on commit 11c215b

Please sign in to comment.