Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Nov 3, 2024
1 parent 6a2fe0c commit bd4b288
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 277 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "turbo run build --filter=click-to-*-component",
"env": "env",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"lint": "turbo run lint --filter=click-to-*-component",
"prerelease": "turbo run build",
"release": "changeset publish"
},
Expand Down
Loading

0 comments on commit bd4b288

Please sign in to comment.