mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-15 06:10:32 +00:00
5 lines
78 B
Bash
Executable file
5 lines
78 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run all
|
|
git add dist
|