Skip to content

Commit

Permalink
fix: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwiseman committed Jan 8, 2025
1 parent c8f29e3 commit 986f2da
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 @@ -27,7 +27,7 @@
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"lint:ws": "bunx sherif@latest",
"postinstall": "bun lint:ws -f",
"postinstall": "bun lint:ws",
"typecheck": "turbo run typecheck",
"ui-add": "turbo run ui-add"
},
Expand Down

0 comments on commit 986f2da

Please sign in to comment.