Skip to content

Commit

Permalink
Fix typo in Vitest changelog validate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Sep 27, 2024
1 parent 569b60b commit 0a75c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"scripts": {
"changelog:update": "../../scripts/update-changelog.sh @metamask/eslint-config-vitest",
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/eslint-config-vitests",
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/eslint-config-vitest",
"publish": "npm publish",
"test": "eslint ."
},
Expand Down

0 comments on commit 0a75c03

Please sign in to comment.