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 Aug 31, 2023
1 parent 3139fc3 commit da303a5
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 @@ -27,7 +27,8 @@
"build": "tsc --project tsconfig.build.json",
"build:clean": "rimraf dist && yarn build",
"build:docs": "typedoc",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog",
"lint:changelog": "auto-changelog validate",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,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 @@ -990,7 +990,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 da303a5

Please sign in to comment.