Skip to content

Commit

Permalink
build: Add conventional-changelog-cli plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Feb 21, 2022
1 parent b292419 commit 384485f
Show file tree
Hide file tree
Showing 6 changed files with 847 additions and 134 deletions.
Empty file added CHANGELOG.md
Empty file.
3 changes: 0 additions & 3 deletions log.md

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"serve:dev": "vite preview --mode dev",
"serve:test": "vite preview --mode test",
"npm:check": "npx npm-check-updates",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "npx rimraf node_modules",
"clean:cache": "npx rimraf node_modules/.cache",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
Expand Down Expand Up @@ -68,6 +69,7 @@
"@vitejs/plugin-vue-jsx": "^1.3.7",
"autoprefixer": "^10.4.2",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.2.5",
Expand Down
Loading

0 comments on commit 384485f

Please sign in to comment.