From 7eb3077f7d06225496f9d62e91226f390629371d Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 29 Dec 2021 23:28:44 +0000 Subject: [PATCH] Kubernetes use env var based secrets --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index ba9d51ce..49e81673 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,7 +1,7 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx lint-staged +yarn lint-staged yarn test yarn build git add dist/index.*