Skip to content

Commit 580acfc

Browse files
committed
chore: update pkg
1 parent 2c083ef commit 580acfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"changelog": "standard-version && standard-version -i CHANGELOG.zh-CN.md -o CHANGELOG.zh-CN.md",
3333
"release": "yarn build && yarn publishing",
3434
"lint": "eslint -c ./.eslintrc.js './{src,scripts,build}/**/*.{js,ts,tsx}'",
35-
"format": "prettier -w '**/*.ts?(x)'"
35+
"format": "prettier -w '**/*.ts?(x)'",
36+
"version": "yarn changelog"
3637
},
3738
"husky": {
3839
"hooks": {

0 commit comments

Comments
 (0)