Skip to content

Commit

Permalink
add lint:changelog package script
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 7, 2023
1 parent 69835b5 commit cc7bb99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"build": "tsc --project tsconfig.build.json",
"build:clean": "rimraf dist && yarn build",
"build:docs": "typedoc",
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check",
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog",
"lint:changelog": "auto-changelog validate",
"lint:dependencies": "depcheck && yarn dedupe",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/auto-changelog@npm:^3.1.0":
"@metamask/auto-changelog@npm:^3.2.0":
version: 3.2.0
resolution: "@metamask/auto-changelog@npm:3.2.0"
dependencies:
Expand Down Expand Up @@ -1001,7 +1001,7 @@ __metadata:
resolution: "@metamask/rpc-errors@workspace:."
dependencies:
"@lavamoat/allow-scripts": ^2.0.3
"@metamask/auto-changelog": ^3.1.0
"@metamask/auto-changelog": ^3.2.0
"@metamask/eslint-config": ^11.1.0
"@metamask/eslint-config-jest": ^11.1.0
"@metamask/eslint-config-nodejs": ^11.1.0
Expand Down

0 comments on commit cc7bb99

Please sign in to comment.