Skip to content

Commit fdc0812

Browse files
committed
add lint:changelog package script
1 parent 3139fc3 commit fdc0812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"build": "tsc --project tsconfig.build.json",
2828
"build:clean": "rimraf dist && yarn build",
2929
"build:docs": "typedoc",
30-
"lint": "yarn lint:eslint && yarn lint:misc --check",
30+
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog",
31+
"lint:changelog": "auto-changelog validate",
3132
"lint:eslint": "eslint . --cache --ext js,ts",
3233
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
3334
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",

0 commit comments

Comments
 (0)