mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/usr/bin/env sh
|
|
huskyDir=$(dirname -- "$0")
|
|
. "$huskyDir/_/husky.sh"
|
|
|
|
. "$huskyDir/scripts/update-dep"
|