From bf6a2a6bf503a276554d265eb1e002a566d95719 Mon Sep 17 00:00:00 2001 From: Alex Kempton Date: Sun, 15 Dec 2024 19:57:43 +0100 Subject: [PATCH] Tiny build script tweak --- README.md | 3 ++- packages/desktop/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c351321..5a496218 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ ## Building for all platforms -Run `yarn dist`. This will go through all checks, builds and then create executables for windows, mac, linux +1. Close any instance of Hedron +2. Run `yarn dist`. This will go through all checks and builds, then create executables for windows, mac, linux ## Update Hedron version diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 7a2678c9..9ea6f481 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -10,7 +10,7 @@ "typecheck": "npm run typecheck:node && npm run typecheck:web", "start": "electron-vite preview", "dev": "electron-vite dev", - "build": "npm run typecheck && electron-vite build", + "build": "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",