mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 15:36:03 +01:00
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
yarn lint-staged
|
||
|
|
yarn pretty-quick --staged
|