Skip to content

Commit

Permalink
the pre-commit hooks on this commit should fix the prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed Dec 4, 2024
1 parent 4b2b000 commit 9f0effb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"start": "concurrently --raw \"NODE_OPTIONS='--max-old-space-size=4096' vite\" \"NODE_OPTIONS='--max-old-space-size=4096' tsc --watch --preserveWatchOutput\"",
"start:expose": "concurrently --raw \"vite --host\" \"tsc --watch --preserveWatchOutput\"",
"start:ci": "vite preview --port 3000 --host",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint": "eslint . --ext .js,.ts,.tsx --quiet",
"build": "vite build",
"build:analyze": "bunx vite-bundle-visualizer",
"precommit": "lint-staged && yarn typecheck",
Expand Down

0 comments on commit 9f0effb

Please sign in to comment.