Skip to content

Commit 45f02ac

Browse files
committed
Remove conventional-changelog from publish script
1 parent 824ce4f commit 45f02ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"build": "rm -rf lib && tsc",
7676
"lint": "tsc -p test --noEmit && eslint . --ext .ts",
7777
"posttest": "npm run lint",
78-
"prepublishOnly": "npm run build && npm run changelog",
78+
"prepublishOnly": "npm run build",
7979
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
8080
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s",
8181
"example": "sh examples/run.sh"

0 commit comments

Comments
 (0)