Skip to content

Commit

Permalink
feat: add auto commit dependence lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghuid committed Aug 13, 2024
1 parent 0759b50 commit a9b4efa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"build": "rm -rf ./dist/ && huid-reference-cli",
"start": "huid-reference-cli --watch",
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",
"markdownlint": "npx markdownlint-cli --fix ./docs/*.md"
"markdownlint": "npx markdownlint-cli --fix ./docs/*.md",
"release": "bumpp --no-tag -c 'auto' --yes"
},
"repository": {
"type": "git",
Expand All @@ -28,6 +29,7 @@
"docs/*.md": "markdownlint --fix"
},
"devDependencies": {
"bumpp": "^9.5.1",
"huid-reference-cli": "^0.0.5",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
Expand Down

0 comments on commit a9b4efa

Please sign in to comment.