mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
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
|