Skip to content

Commit

Permalink
chore(husky): command changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed May 28, 2024
1 parent 798044c commit 003393a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"script:sync-projects": "yarn tsx ./scripts/sync-projects.ts",
"script:gpr-setup": "yarn tsx ./scripts/gpr-setup.ts",
"postinstall": "yarn script:create-version",
"prepare": "husky install",
"prepare": "husky",
"version": "yarn script:sync-projects && git add projects/ngx-repeat/ && auto-changelog -p && git add CHANGELOG.md",
"postversion": "git push && git push --follow-tags",
"publish:beta": "yarn && yarn build && npm publish --folder dist --tag beta",
Expand Down

0 comments on commit 003393a

Please sign in to comment.