Skip to content

Commit

Permalink
lefthook install が実行されないのを修正 (#541)
Browse files Browse the repository at this point in the history
# PRの概要

## 具体的な変更内容

## 影響範囲

## 動作要件

## 補足

## レビューリクエストを出す前にチェック!

- [ ] 改めてセルフレビューしたか
- [ ] 手動での動作検証を行ったか
- [ ] server の機能追加ならば、テストを書いたか
  - 理由: 書いた | server の機能追加ではない
- [ ] 間違った使い方が存在するならば、それのドキュメントをコメントで書いたか
  - 理由: 書いた | 間違った使い方は存在しない
- [ ] わかりやすいPRになっているか

<!-- レビューリクエスト後は、Slackでもメンションしてお願いすることを推奨します。 -->
  • Loading branch information
aster-void authored Dec 3, 2024
1 parent 4c60edc commit 59e4409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup-ci:
make generate-sql

sync: sync-server sync-web sync-root sync-common
lefthook install || true
bunx lefthook install || true
@echo '----------------------------------------------------------------------------------------------------------'
@echo '| Most work is done. now running prisma-generate-sql (which might fail if .env.dev is not set configured)|'
@echo '----------------------------------------------------------------------------------------------------------'
Expand Down
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
biome
pkg-config
openssl
lefthook
] ++ [
rust-pkgs
];
shellHook = ''
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${pkgs.stdenv.cc.cc.lib}/lib
lefthook install
'' + prisma.shellHook;
};
});
Expand Down

0 comments on commit 59e4409

Please sign in to comment.