This commit is contained in:
Esteban Abaroa
2023-04-25 00:19:00 +00:00
parent 0779dc566c
commit 467a979c78
+2 -2
View File
@@ -42,8 +42,8 @@
"zustand": "4.3.6" "zustand": "4.3.6"
}, },
"scripts": { "scripts": {
"start": "cross-env PUBLIC_URL=./ GENERATE_SOURCEMAP=false react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "cross-env PUBLIC_URL=./ GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"electron": "yarn electron:before && electron .", "electron": "yarn electron:before && electron .",
"electron:no-delete-data": "yarn electron:before:download-ipfs && electron .", "electron:no-delete-data": "yarn electron:before:download-ipfs && electron .",