Skip to content

Commit

Permalink
Merge pull request #73 from ashblue/develop
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
ashblue authored May 17, 2023
2 parents 2ccb40e + e5a7980 commit cc761ff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/templates/.husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit
npx --no -- commitlint --edit ${1}
8 changes: 2 additions & 6 deletions src/templates/{packageJson}
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@
"scripts": {
"build": "node build.js",
"semantic-release": "semantic-release",
"commit": "git-cz"
"commit": "git-cz",
"prepare": "husky install"
},
"keywords": {keywords},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+{gitUrl}.git"
Expand Down

0 comments on commit cc761ff

Please sign in to comment.