mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-26 08:51:22 -06:00
fix missing item in package.json (#22)
This commit is contained in:
parent
1d55a5ac0a
commit
9554c2d79a
@ -8,6 +8,7 @@
|
||||
"scripts": {
|
||||
"dev:mac": "ELECTRON_DEV=true npm run start",
|
||||
"dev:win": "SET ELECTRON_DEV=true && npm run start",
|
||||
"start": "electron .",
|
||||
"dist-mac": "build --mac",
|
||||
"dist-win": "build --win --x64",
|
||||
"dist-win-x86": "build --win --ia32",
|
||||
|
Loading…
Reference in New Issue
Block a user