Kubernetes use env var based secrets
parent
c89c5c275a
commit
7eb3077f7d
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
npx lint-staged
|
yarn lint-staged
|
||||||
yarn test
|
yarn test
|
||||||
yarn build
|
yarn build
|
||||||
git add dist/index.*
|
git add dist/index.*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue