Skip to content

Commit

Permalink
Fix lint sherif script
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Aug 2, 2024
1 parent f2c3c7d commit 0f55cb7
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 @@
"lint": "turbo run lint",
"lint-staged": "lint-staged",
"lint:fix": "turbo run lint:fix",
"lint:packages": "sherif -p crm",
"lint:packages": "sherif",
"lint:packages:fix": "sherif --fix",
"prepare": "husky install",
"start": "turbo run start",
Expand Down

0 comments on commit 0f55cb7

Please sign in to comment.