mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
fix
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cross-env BROWSER=none PORT=5000 react-scripts start",
|
"start": "cross-env BROWSER=none PORT=5000 react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "cross-env CI=false react-scripts build",
|
||||||
"build:app": "cross-env PUBLIC_URL=. react-scripts build",
|
"build:app": "cross-env PUBLIC_URL=. CI=false react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"ts": "tsc"
|
"ts": "tsc"
|
||||||
|
|||||||
Reference in New Issue
Block a user