This commit is contained in:
Matthias Bühl
2020-01-31 15:59:43 +01:00
parent a458c7bb0d
commit 3c094c201b
3 changed files with 128 additions and 28 deletions

12
db/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "deploy",
"dependencies": {
"@sap/hdi-deploy": "^3.8.2"
},
"engines": {
"node": "^8"
},
"scripts": {
"start": "node node_modules/@sap/hdi-deploy/deploy.js"
}
}