superwower / wowgit

Git web client that wows you
MIT License
1 stars 0 forks source link

ステージングエリアのファイルとHEADの内容だけをhuskyの対象にしたい #63

Closed hitochan777 closed 6 years ago

hitochan777 commented 6 years ago

今precommitでhuskyを通じてテストを走らせているが、 ステージングエリアに上げてないものもテストの対象とされてしまうので、 それらは無視したい。 git stash -kgit stash pop を使えばいいんだろうけど。 npm run testの前後に入れたとしてもtestが失敗したらpopが実行されないのでどうすればいいのか。

以下が参考になるかも。 https://github.com/typicode/husky/issues/27 https://github.com/okonet/lint-staged/issues/62