Skip to content

Commit 2067f36

Browse files
committed
uninstall husky
1 parent 639544e commit 2067f36

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ LOCAL_DB := postgres://user:password@localhost:5432/database
55
setup:
66
if [ ! `command -v bun` ]; then echo 'ERR: Bun is required!'; exit 1; fi
77
make sync
8-
bunx husky
98
@echo "auto setup is done. now do:"
109
@echo "- edit server/.env.dev"
1110
@echo "- edit web/.env"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ GNU Make が導入されています。以下は、ユーザーが使うこと
1313
- make setup (セットアップします。)
1414
- make start (build -> serve します。)
1515
- make watch (ホットリロードします。)
16-
- make precommit (type-check, format-check, lint を実行します。husky で自動実行されます。)
1716

1817
### 環境構築
1918

lefthook.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# docs: https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md
33
# 必須: Lefthook
44
# 必須: `lefthook install`
5-
# 関連: Husky (互換: Lefthook のほうが多機能)
65
pre-commit:
76
parallel: true
87
commands:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
8-
"prepare": "husky"
7+
"test": "echo \"Error: no test specified\" && exit 1"
98
},
109
"keywords": [],
1110
"author": "",

0 commit comments

Comments
 (0)