mirror of
https://github.com/halo-dev/docs.git
synced 2026-05-02 01:01:52 +08:00
7e023448fc
Signed-off-by: Ryan Wang <i@ryanc.cc>
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
pnpm lint
|