We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852d0e8 commit 33218c6Copy full SHA for 33218c6
1 file changed
package.json
@@ -20,7 +20,7 @@
20
"cleanup": "rm -rf ./dist ./types ./coverage",
21
"test": "jest",
22
"test:coverage": "jest --collect-coverage",
23
- "changelog": "conventional-changelog -n ./scripts/changelog/index.cjs -i CHANGELOG.md -s",
+ "changelog": "conventional-changelog -n ./scripts/changelog/index.cjs -r 0 > CHANGELOG.md",
24
"build": "npm run build:esm && npm run build:cjs && npm run build:schemas",
25
"build:cjs": "tsc -p ./tsconfig.cjs.json && cp ./scripts/etc/cjs-package.json ./dist/cjs/package.json",
26
"build:esm": "tsc -p ./tsconfig.esm.json",
0 commit comments