mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
XML plugin build fix
This commit is contained in:
parent
3c83e7a69f
commit
344329e5f3
@ -26,13 +26,13 @@
|
|||||||
"build:backend": "webpack --config webpack-backend.config.js",
|
"build:backend": "webpack --config webpack-backend.config.js",
|
||||||
"build": "yarn build:frontend && yarn build:backend",
|
"build": "yarn build:frontend && yarn build:backend",
|
||||||
"plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-xml",
|
"plugin": "yarn build && yarn pack && dbgate-plugin dbgate-plugin-xml",
|
||||||
|
"copydist": "yarn build && yarn pack && dbgate-copydist ../dist/dbgate-plugin-xml",
|
||||||
"plugout": "dbgate-plugout dbgate-plugin-xml",
|
"plugout": "dbgate-plugout dbgate-plugin-xml",
|
||||||
"prepublishOnly": "yarn build"
|
"prepublishOnly": "yarn build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"node-xml-stream": "^1.0.2",
|
"node-xml-stream": "^1.0.2",
|
||||||
"dbgate-plugin-tools": "^1.0.4",
|
"dbgate-plugin-tools": "^1.0.7",
|
||||||
"dbgate-tools": "^1.0.4",
|
|
||||||
"webpack": "^4.42.0",
|
"webpack": "^4.42.0",
|
||||||
"webpack-cli": "^3.3.11"
|
"webpack-cli": "^3.3.11"
|
||||||
}
|
}
|
||||||
|
@ -7607,6 +7607,11 @@ node-ssh-forward@^0.7.2:
|
|||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
ssh2 "^0.8.9"
|
ssh2 "^0.8.9"
|
||||||
|
|
||||||
|
node-xml-stream@^1.0.2:
|
||||||
|
version "1.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/node-xml-stream/-/node-xml-stream-1.0.2.tgz#7aa510f39ab125cc420e60a302f49147e80b000f"
|
||||||
|
integrity sha512-W4LzsKQ1x3TldQQmXZfM/JO+3SPp+zzvA2Nf82chE7vXnZy7LqHjIqQe9yDUw58g2fTOaJo+DlPnIDfmozgsuw==
|
||||||
|
|
||||||
nodemon@^2.0.2:
|
nodemon@^2.0.2:
|
||||||
version "2.0.2"
|
version "2.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.2.tgz#9c7efeaaf9b8259295a97e5d4585ba8f0cbe50b0"
|
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.2.tgz#9c7efeaaf9b8259295a97e5d4585ba8f0cbe50b0"
|
||||||
|
Loading…
Reference in New Issue
Block a user