mirror of
https://github.com/jdx/mise-action.git
synced 2026-07-03 09:59:32 +00:00
Keep streaming curl|tar downloads for speed and use wget only when curl is missing, instead of routing downloads through Node fetch.
5 lines
64 B
Text
Executable file
5 lines
64 B
Text
Executable file
# shellcheck disable=SC1091
|
|
|
|
npm ci
|
|
npm run all
|
|
git add -f dist
|