changing package.json scripts. adjusting mock datetime format

This commit is contained in:
Dmitriynj
2020-12-24 14:57:25 +03:00
committed by Daniel Hutzel
parent 1c9a24444a
commit 4816028fc1
3 changed files with 421 additions and 422 deletions

View File

@@ -22,9 +22,8 @@
},
"scripts": {
"start": "npx cds run",
"deploy": "cds deploy --to sqlite:mychinook.db",
"test": "mocha ../test/chinook.test.js --verbose --timeout 10000",
"import": "cds deploy --to sqlite:sample.db && node ./util/importData.js"
"deploy": "npx cds deploy --to sqlite:mychinook.db",
"test": "npx mocha ../test/chinook.test.js --verbose --timeout 10000"
},
"cds": {
"folders": {