Skip to content

Commit

Permalink
skip typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
CNimmo16 committed Jan 5, 2025
1 parent 76940e2 commit 93c8371
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
"author": "CNimmo16",
"scripts": {
"lint": "eslint .",
"typecheck": "tsc --noEmit -p tsconfig.json --composite false",
"start": "electron-vite preview",
"serve": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"build": "electron-vite build",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "electron-vite build && electron-builder --mac",
Expand Down

0 comments on commit 93c8371

Please sign in to comment.