Skip to content

Commit

Permalink
fix(lint): update postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 11, 2024
1 parent e6dbabe commit f77d140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"packageManager": "[email protected]",
"workspaces": ["packages/*"],
"scripts": {
"postinstall": "husky && yarn lint --write **/*/package.json",
"postinstall": "husky && yarn lint --write package.json packages/**/package.json",
"lint": "biome check",
"test": "dotenv -- vitest",
"coverage": "vitest run --coverage",
Expand Down

0 comments on commit f77d140

Please sign in to comment.