chore: properly adapt changelog script

This commit is contained in:
iCrawl
2022-06-06 14:43:15 +02:00
parent f3f34f07b3
commit 3202c91c5a
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
"format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
"docs": "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json",
"prepublishOnly": "yarn build && yarn lint && yarn test",
"changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'"
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",