File tree 4 files changed +8
-22
lines changed
4 files changed +8
-22
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ . " $( dirname " $0 " ) /_/husky.sh"
3
+
4
+ yarn lint-staged
5
+
6
+ yarn app-store:build && git add packages/app-store/* .generated.*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ git checkout HEAD~1 yarn.lock
182
182
git commit -m " Revert yarn.lock changes"
183
183
```
184
184
185
+ _ NB_ : You may have to bypass the pre-commit hook with by appending ` --no-verify ` to the git commit
185
186
If you've pushed the commit with the ` yarn.lock ` :
186
187
187
188
1 . Correct the commit locally using the above method.
Original file line number Diff line number Diff line change 58
58
"lint:report" : " turbo run lint:report" ,
59
59
"lint" : " turbo run lint" ,
60
60
"postinstall" : " husky install && turbo run post-install" ,
61
+ "pre-commit" : " lint-staged" ,
61
62
"predev" : " echo 'Checking env files'" ,
62
63
"prisma" : " yarn workspace @calcom/prisma prisma" ,
63
64
"start" : " turbo run start --scope=\" @calcom/web\" " ,
You can’t perform that action at this time.
0 commit comments