mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-31 15:02:19 +00:00
chore: trial
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
74545a5d20
commit
b5e36da7cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
npm run lint || npm install && npm run lint
|
npm run lint || (npm install && npm run lint)
|
||||||
npm run test
|
npm run test
|
||||||
npm run build && git add dist/
|
npm run build && git add dist/
|
||||||
#ff
|
#ff
|
||||||
Loading…
Add table
Add a link
Reference in a new issue