changing package.json scripts. adjusting mock datetime format
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user