Skip to content

Commit

Permalink
chore: update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
John60676 committed Feb 25, 2021
1 parent 2c083ef commit 580acfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"changelog": "standard-version && standard-version -i CHANGELOG.zh-CN.md -o CHANGELOG.zh-CN.md",
"release": "yarn build && yarn publishing",
"lint": "eslint -c ./.eslintrc.js './{src,scripts,build}/**/*.{js,ts,tsx}'",
"format": "prettier -w '**/*.ts?(x)'"
"format": "prettier -w '**/*.ts?(x)'",
"version": "yarn changelog"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 580acfc

Please sign in to comment.