mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-02-28 23:34:09 +00:00
5 lines
59 B
Bash
5 lines
59 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged
|