6 lines
106 B
Bash
Executable file
6 lines
106 B
Bash
Executable file
#!/usr/bin/env sh
|
|
# shellcheck disable=SC1091
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run all
|
|
git add dist
|