We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792816c commit 728098aCopy full SHA for 728098a
package.json
@@ -62,6 +62,7 @@
62
"react-start": "BROWSER=NONE react-scripts start",
63
"electron-start": "DEV=1 electron .",
64
"start": "concurrently 'npm run react-start' 'wait-on http://localhost:3000/ && npm run electron-start'",
65
+ "react-build": "npm run build",
66
"pack": "npm run build:electron -- --dir",
67
"build:electron": "electron-builder -c.extraMetadata.main=build/electron.js",
68
"build": "react-scripts build",
0 commit comments