mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-31 15:02:19 +00:00
7 lines
No EOL
135 B
Bash
Executable file
7 lines
No EOL
135 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run lint || (npm install && npm run lint)
|
|
npm run test
|
|
npm run build && git add dist/
|
|
#ff |