Skip to content

Commit

Permalink
chore: modified husky pre-commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
Onizuka-wl committed Sep 28, 2024
1 parent 3cb8dcb commit 4b83223
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"


npx lint-staged

. "$(dirname "$0")/wonderland/find-crypto-keys.sh"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prettier:fix": "pnpm run prettier -- --write",
"format": "pnpm run prettier:fix && yarn run lint:fix",
"format:check": "pnpm run prettier && yarn run lint",
"prepare": "husky install && wonderland-crypto-husky-checks install",
"prepare": "husky && wonderland-crypto-husky-checks install",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:e2e": "pnpm cypress run",
Expand Down

0 comments on commit 4b83223

Please sign in to comment.