Skip to content

Commit

Permalink
Remove formatter from build
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanmola committed Jan 13, 2025
1 parent 28a788a commit 401b6c5
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 @@ -13,7 +13,7 @@
"format": "biome format ./src",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "npm run typecheck && npm run lint && npm run format && electron-vite build",
"build": "npm run typecheck && npm run lint && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
Expand Down

0 comments on commit 401b6c5

Please sign in to comment.