Skip to content

Commit 2ca92bd

Browse files
committed
chore: Remove redundant --prettier flage to auto-changelog invocation
1 parent 66cd122 commit 2ca92bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"build": "ts-bridge --project tsconfig.build.json --clean",
4646
"build:docs": "typedoc",
4747
"lint": "yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
48-
"lint:changelog": "auto-changelog validate --prettier",
48+
"lint:changelog": "auto-changelog validate",
4949
"lint:constraints": "yarn constraints",
5050
"lint:dependencies": "depcheck && yarn dedupe",
5151
"lint:eslint": "eslint . --cache --ext js,ts",

0 commit comments

Comments
 (0)