dbmodel added to build

This commit is contained in:
Jan Prochazka
2023-01-28 20:19:16 +01:00
parent adbb335062
commit 7cbcafb6f7
5 changed files with 33 additions and 1 deletions

View File

@@ -23,6 +23,11 @@
"dbmodel:deploy": "cross-env DEVMODE=1 node ./bin/dbmodel.js deploy testdata/db -e postgres@dbgate-plugin-postgres -s localhost -u postgres -p Pwd2020Db -d deployed",
"dbmodel:build": "cross-env DEVMODE=1 node ./bin/dbmodel.js build testdata/db testdata/db.sql -e postgres@dbgate-plugin-postgres "
},
"files": [
"LICENSE",
"README.md",
"bin"
],
"dependencies": {
"commander": "^10.0.0",
"dbgate-api": "^5.0.0-alpha.1",