chore: removing pycache

This commit is contained in:
Hydra 2024-04-24 10:29:24 +01:00
parent ca1b9b2170
commit a7135733fb
No known key found for this signature in database
5 changed files with 1 additions and 57 deletions

View file

@ -14,7 +14,7 @@
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "electron-vite build",
"build": "npm run typecheck && 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",