mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
Fix: husky 10 warning (#1616)
* fix: husky 10 warning * fix: remove husky warning
This commit is contained in:
parent
24e9ed98c2
commit
7be3b25020
2 changed files with 0 additions and 6 deletions
|
|
@ -1,4 +1 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
cd frontend && yarn commitlint --edit
|
||||
|
|
@ -1,4 +1 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
cd frontend && yarn lint-staged
|
||||
Loading…
Add table
Add a link
Reference in a new issue