Need to run --no-sandbox for now because of error on Linux.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
||||
"build": "react-scripts build && mkdir -p ../server/public && rm -rf ../server/public/* && cp -r build/* ../server/public/",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"electron": "electron .",
|
||||
"electron": "electron --no-sandbox .",
|
||||
"dev": "nf start -p 3000"
|
||||
},
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user