Skip to content

Commit d7e68f6

Browse files
author
方永乐
committed
build: update script
1 parent aac4224 commit d7e68f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
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 -a;",
11+
"release:install": "cnpm install -g release",
12+
"release": "release",
1013
"commit": "git add . && git cz",
11-
"release": "standard-changelog -a",
1214
"analyse": "gulp clean && gulp analyse",
1315
"dev": "gulp clean && gulp dev",
1416
"rebuild-icon": "gulp rebuild-icon"

0 commit comments

Comments
 (0)