Skip to content

Commit

Permalink
feat(tools): update auto-changelog npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Jul 7, 2021
1 parent df2aba2 commit 6801707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"prebuild": "rimraf dist/*",
"build": "rollup -c rollup/rollup.config.js",
"*********UTILS********": "*******************",
"changelog": " auto-changelog -o CH.md --template tools/changelog-template.hbs --starting-commit f597531e",
"changelog": " auto-changelog -o CH.md --template tools/changelog-template.hbs -u",
"angularexpo": "npm run pretest && node tools/tests-angularexpo.js",
"download-api-list": "node tools/download-api-list.js",
"codecov": "codecov -f coverage/lcov_merged.info",
Expand Down

0 comments on commit 6801707

Please sign in to comment.