Skip to content

Commit

Permalink
fix: ci/CD no husky
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 10, 2023
1 parent 68e41bb commit 5e2ec99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
run: pnpm dlx capacitor-plugin-standard-version@latest
- name: Create bump and changelog development
if: github.ref != 'refs/heads/main'
run: |
HUSKY_SKIP_HOOKS=1
pnpm dlx capacitor-plugin-standard-version@latest --prerelease alpha
run: pnpm dlx capacitor-plugin-standard-version@latest --prerelease alpha
- name: Push to origin
run: |
CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"prepare": "husky install"
"prepublishOnly": "npm run build"
},
"author": "Martin Donadieu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 5e2ec99

Please sign in to comment.