We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac4224 commit d7e68f6Copy full SHA for d7e68f6
package.json
@@ -7,8 +7,10 @@
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"changelog:install": "cnpm install -g standard-changelog; cnpm install -g commitizen; cnpm install -g cz-conventional-changelog;",
9
"changelog:first": "standard-changelog --first-release;",
10
+ "changelog": "standard-changelog -a;",
11
+ "release:install": "cnpm install -g release",
12
+ "release": "release",
13
"commit": "git add . && git cz",
- "release": "standard-changelog -a",
14
"analyse": "gulp clean && gulp analyse",
15
"dev": "gulp clean && gulp dev",
16
"rebuild-icon": "gulp rebuild-icon"
0 commit comments