Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Rename postinstall script to setup-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Aug 14, 2022
1 parent cd1c02c commit c12544b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-dev-menu",
"version": "4.1.0",
"version": "4.1.1",
"license": "MIT",
"description": "Add custom items to the React Native dev menu",
"author": "Mathieu Acthernoene <[email protected]>",
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"scripts": {
"format": "prettier '**/*' -u -w",
"postinstall": "git config --local core.hooksPath .hooks",
"setup-hooks": "git config --local core.hooksPath .hooks",
"prepack": "bob build",
"typecheck": "tsc --project ./ --noEmit"
},
Expand Down

0 comments on commit c12544b

Please sign in to comment.