Skip to content

Commit aac4224

Browse files
author
方永乐
committed
docs: update package script
1 parent e7302c1 commit aac4224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"changelog:install": "cnpm install -g standard-changelog; cnpm install -g commitizen; cnpm install -g cz-conventional-changelog;",
99
"changelog:first": "standard-changelog --first-release;",
10-
"changelog": "standard-changelog",
1110
"commit": "git add . && git cz",
11+
"release": "standard-changelog -a",
1212
"analyse": "gulp clean && gulp analyse",
1313
"dev": "gulp clean && gulp dev",
1414
"rebuild-icon": "gulp rebuild-icon"

0 commit comments

Comments
 (0)