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