Minor cleanup to npm registry mock

This commit is contained in:
Daniel
2021-02-17 12:29:01 +01:00
committed by Daniel Hutzel
parent 28402c58b3
commit b6f3914d79
3 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
"sqlite3": "5.0.0"
},
"scripts": {
"registry": "cd .registry && node server.js",
"registry": "node .registry/server.js",
"bookshop": "cds watch bookshop",
"fiori": "cds watch fiori",
"media": "cds watch media",