Skip to content

Commit

Permalink
fix(scripts-update-release-notes): add mising /src dir for lint target
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed May 28, 2024
1 parent 7593de7 commit 0755557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-release-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"format": "prettier -w --ignore-path ../../.prettierignore .",
"format:check": "yarn format -c",
"lint": "eslint --ext .ts,.js .",
"lint": "eslint --ext .ts,.js ./src",
"test": "jest --passWithNoTests",
"type-check": "just-scripts type-check"
},
Expand Down

0 comments on commit 0755557

Please sign in to comment.