Skip to content

Commit

Permalink
feat: add sherif scripts to root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Nov 18, 2024
1 parent 15e7586 commit 6bb8743
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
},
"scripts": {
"build": "turbo build",
"lint": "turbo lint"
"lint:ws": "npx [email protected]",
"lint:ws:fix": "npx [email protected] --fix",
"postinstall": "npm run lint:ws"
},
"workspaces": [
"packages/**",
Expand Down

0 comments on commit 6bb8743

Please sign in to comment.