mirror of
https://github.com/vacp2p/rln-contract.git
synced 2025-01-10 06:16:09 +00:00
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn docgen && git add docs
|
|
npx lint-staged |