Skip to content

Commit

Permalink
chore: remove preinstall githooks to install it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Dec 16, 2023
1 parent b4608f2 commit 61215f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Weaverse SDKs monorepo.",
"license": "MIT",
"scripts": {
"preinstall": "command -v git >/dev/null 2>&1 && git config core.hooksPath .git-hooks",
"dev": "npm run dev:pkg -- --filter=./templates/pilot",
"dev:pkg": "cross-env LOCAL_DEV=true turbo dev --no-daemon --parallel --filter=./packages/*",
"clean": "bash ./scripts/clean.sh",
Expand Down
1 change: 1 addition & 0 deletions scripts/install-git-hooks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
command -v git >/dev/null 2>&1 && git config core.hooksPath ../.git-hooks
2 changes: 1 addition & 1 deletion templates/pilot

0 comments on commit 61215f4

Please sign in to comment.