Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanmola committed Dec 27, 2024
1 parent d24a605 commit 6cc4029
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 @@ -9,7 +9,7 @@
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"lint": "pnpm biome lint ./src",
"lint": "npm biome lint ./src",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "npm run typecheck && npm run lint && electron-vite build",
Expand Down

0 comments on commit 6cc4029

Please sign in to comment.