mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install lint-staged
|