mirror of
https://gitea.com/actions/setup-java.git
synced 2026-07-01 18:01:54 +08:00
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
npm run build && npm test
|