Layout changes

This commit is contained in:
2019-10-04 15:28:49 -05:00
parent 71aff1405c
commit 38825f970a
3 changed files with 33 additions and 29 deletions

View File

@@ -39,8 +39,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron-dev": "cross-env ELECTRON_START_URL=http://localhost:3000 electron .",
"electron-dev-unix": "cross-env ELECTRON_START_URL=http://localhost:3000 electron .",
"electron-dev": "cross-env ELECTRON_START_URL=http://localhost:3001 electron .",
"electron-dev-unix": "cross-env ELECTRON_START_URL=http://localhost:3001 electron .",
"pack": "npm run build && electron-builder --dir --x64",
"dist": "npm run build && electron-builder --x64",
"dist-all": "npm run build && electron-builder --x64 --win --linux --mac",