removed unecessary electron-rebuild steps (#439)

This commit is contained in:
Knox Lively 2024-03-12 13:12:40 -06:00 committed by GitHub
parent f87c7a28a6
commit 2acb551f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,12 +53,6 @@ Install modules (we use yarn):
yarn
```
Electron also requires specific builds of node_modules to work (because Electron embeds a specific node.js version that might not match your development node.js version). We use a special electron command to cross-compile those modules:
```
scripthaus run electron-rebuild
```
## Running WebPack
We use webpack to build both the React and Electron App Wrapper code. They are both run together using: