mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 23:53:57 +00:00
fixes
This commit is contained in:
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",
|
||||
"version": "1.0.7",
|
||||
"version": "3.9.6-alpha.7",
|
||||
"homepage": "https://dbgate.org/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,5 +16,9 @@
|
||||
"sql",
|
||||
"dbgate",
|
||||
"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:app": "cross-env PUBLIC_URL=. CI=false react-scripts build",
|
||||
"build": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build",
|
||||
"prepublishOnly": "yarn build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"ts": "tsc"
|
||||
|
||||
Reference in New Issue
Block a user