Skip to content

Commit de7ee17

Browse files
committed
added CONET-Proxy
1 parent 4fcb4f8 commit de7ee17

26 files changed

+918
-6
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"__start:web": "BROWSER=none NODE_ENV=development node src/electron/start.js ",
1919
"_start:desktop": "electron ./src/electron/electron.js",
2020
"build": "CI=false react-scripts build",
21-
"build:web": "CI=false react-scripts build && cp -r build/* ../seguro-gateway/build/localServer/workers/",
21+
"build:web": "CI=false react-scripts build",
22+
"copy": "cp -r build/* ../seguro-gateway/build/localServer/workers/",
2223
"lint": "echo 'no linter available'",
2324
"test": "react-scripts test",
2425
"clean": "rm -rf ./node_modules ./build ./dist",
@@ -106,4 +107,5 @@
106107
}
107108
]
108109
}
110+
109111
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
67.5 KB
Loading

0 commit comments

Comments
 (0)