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