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