Skip to content

Commit

Permalink
chore: add changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax committed May 29, 2020
1 parent 0bf6f9f commit a1edef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"prebuild": "rimraf dist",
"build": "node scripts/build.js",
"build:vue2": "yarn build --version=2",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"release": "node scripts/publish.js",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
Expand Down

0 comments on commit a1edef2

Please sign in to comment.