mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fixes
This commit is contained in:
parent
e0303aa77e
commit
8e26918975
1
packages/dbgate/.npmrc
Normal file
1
packages/dbgate/.npmrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user