Skip to content

Commit

Permalink
feat: 添加ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
申远 committed Aug 31, 2021
1 parent f1309d5 commit 3bf44c6
Show file tree
Hide file tree
Showing 3 changed files with 538 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npx commitlint -e $HUSKY_GIT_PARAMS
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"scripts": {
"build": "rm -rf dist && npx rollup -c rollup.config.js",
"test": "jest --coverage --verbose -u",
"lint-staged": "npx eslint --fix src/**/*.ts"
"lint-staged": "npx eslint --fix src/**/*.ts",
"release": "standard-version"
},
"dependencies": {},
"devDependencies": {
Expand All @@ -30,6 +31,7 @@
"jest": "^27.1.0",
"rollup": "^2.56.2",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.3.1",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "^4.3.5"
Expand Down
Loading

0 comments on commit 3bf44c6

Please sign in to comment.