Skip to content

Commit

Permalink
remove pre push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tprache-pass committed Jan 3, 2025
1 parent 7d32b98 commit b23b948
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"ios:staging": "yarn ios --scheme PassCulture-Staging",
"ios:testing": "yarn ios --scheme PassCulture-Testing",
"postinstall": "patch-package && jetify",
"prepush": "git pull --rebase origin master",
"start": "react-native start",
"start:web": "vite",
"start:web:development": "yarn start:web --mode=development",
Expand Down Expand Up @@ -83,11 +82,6 @@
"trigger:testing:deploy": "./scripts/deploy_new_version.sh testing/v patch",
"update:tools": "nix flake update && direnv exec . devbox update && git commit --only flake.lock devbox.lock --message '(BSR) chore(deps): update tools'"
},
"husky": {
"hooks": {
"pre-push": "yarn prepush"
}
},
"dependencies": {
"@algolia/client-search": "^4.24.0",
"@amplitude/analytics-react-native": "^1.0.1",
Expand Down

0 comments on commit b23b948

Please sign in to comment.