Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
chore: fix prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 20, 2022
1 parent e16dd6b commit aabe9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
release-charts:
needs: [test]
runs-on: ubuntu-latest
name: Release Helm Charts if has changed
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"test:debug": "DEBUG=1 jest tests",
"test:update-snapshots": "DEBUG=1 jest tests -u",
"build-manifests": "node action/build/build.js",
"release": "standard-version",
"prepare": "husky install"
"release": "standard-version"
},
"bin": {
"kube-workflow": "./bin/cli.js"
Expand Down

0 comments on commit aabe9e2

Please sign in to comment.