Skip to content

Commit cc7bb99

Browse files
committed
add lint:changelog package script
1 parent 69835b5 commit cc7bb99

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"build": "tsc --project tsconfig.build.json",
2929
"build:clean": "rimraf dist && yarn build",
3030
"build:docs": "typedoc",
31-
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check",
31+
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
32+
"lint:changelog": "auto-changelog validate",
3233
"lint:dependencies": "depcheck && yarn dedupe",
3334
"lint:eslint": "eslint . --cache --ext js,ts",
3435
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ __metadata:
933933
languageName: node
934934
linkType: hard
935935

936-
"@metamask/auto-changelog@npm:^3.1.0":
936+
"@metamask/auto-changelog@npm:^3.2.0":
937937
version: 3.2.0
938938
resolution: "@metamask/auto-changelog@npm:3.2.0"
939939
dependencies:
@@ -1001,7 +1001,7 @@ __metadata:
10011001
resolution: "@metamask/rpc-errors@workspace:."
10021002
dependencies:
10031003
"@lavamoat/allow-scripts": ^2.0.3
1004-
"@metamask/auto-changelog": ^3.1.0
1004+
"@metamask/auto-changelog": ^3.2.0
10051005
"@metamask/eslint-config": ^11.1.0
10061006
"@metamask/eslint-config-jest": ^11.1.0
10071007
"@metamask/eslint-config-nodejs": ^11.1.0

0 commit comments

Comments
 (0)