Skip to content

Commit

Permalink
chore: remove pre commit hooks (#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 30, 2023
1 parent 3299fda commit 59a5fff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
#. "$(dirname -- "$0")/_/husky.sh"

npm run generate
npx lint-staged
#npm run generate
#npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build:examples.json": "cd example; jest __tests__/dumpExamplesJson.ts",
"lint:plugin": "yarn eslint plugin/src/*",
"build": "yarn bob build",
"prepare": "yarn bob build && yarn husky install"
"prepare": "yarn bob build"
},
"peerDependencies": {
"expo": ">=47.0.0",
Expand Down

0 comments on commit 59a5fff

Please sign in to comment.