Skip to content

Commit

Permalink
Adding working dir change since workspaces were removed (#2230)
Browse files Browse the repository at this point in the history
Signed-off-by: Emre Bogazliyanlioglu <[email protected]>
  • Loading branch information
emreboga authored Jul 5, 2024
1 parent 38ded72 commit e3c995c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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"

npx lint-staged
cd ./wormhole-connect && npx lint-staged
2 changes: 1 addition & 1 deletion wormhole-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"react-dom": "^18.2.0"
},
"lint-staged": {
"**/*": "prettier --workspaces --if-present --write --ignore-unknown"
"*": "prettier --write --ignore-unknown"
},
"overrides": {
"@injectivelabs/[email protected]": {
Expand Down

0 comments on commit e3c995c

Please sign in to comment.