mirror of
https://github.com/NetEase/tango.git
synced 2026-09-01 15:03:03 +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
|