mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Electron: Allow passing arguments when running from repo
This commit is contained in:
parent
c04cc2f9ca
commit
b050a26d01
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "rm -rf dist/ && webpack --config ./webpack.config.js",
|
||||
"start": "electron-forge start",
|
||||
"start": "electron-forge start --",
|
||||
"test": "jest",
|
||||
"package": "electron-forge package",
|
||||
"make": "electron-forge make"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue