mirror of
https://github.com/NetEase/tango.git
synced 2026-08-29 02:01:34 +08:00
5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged --allow-empty
|