This commit is contained in:
Jan Prochazka 2021-02-07 17:48:46 +01:00
parent e0303aa77e
commit 8e26918975
4 changed files with 8 additions and 2 deletions

1
packages/dbgate/.npmrc Normal file
View File

@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

View File

@ -1,6 +1,6 @@
{ {
"name": "dbgate", "name": "dbgate",
"version": "1.0.7", "version": "3.9.6-alpha.7",
"homepage": "https://dbgate.org/", "homepage": "https://dbgate.org/",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,5 +16,9 @@
"sql", "sql",
"dbgate", "dbgate",
"web" "web"
] ],
"dependencies": {
"dbgate-api": "3.9.6-alpha.7",
"dbgate-web": "3.9.6-alpha.7"
}
} }

View File

@ -45,6 +45,7 @@
"build:docker": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build", "build:docker": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build",
"build:app": "cross-env PUBLIC_URL=. CI=false react-scripts build", "build:app": "cross-env PUBLIC_URL=. CI=false react-scripts build",
"build": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build", "build": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build",
"prepublishOnly": "yarn build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"ts": "tsc" "ts": "tsc"