Skip to content

Commit

Permalink
🐛 fix: change to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jul 27, 2024
1 parent d8a47e7 commit 95b2763
Show file tree
Hide file tree
Showing 4 changed files with 3,614 additions and 4,347 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm test-all
yarn run test-all
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js",
"format": "prettier --write .",
"test-all": "pnpm run check-format && pnpm run check-lint && pnpm run check-types",
"test-all": "yarn run check-format && yarn run check-lint && yarn run check-types",
"prepare": "husky install"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 95b2763

Please sign in to comment.