remove redundant args
This commit is contained in:
committed by
Daniel Hutzel
parent
41da47aa4f
commit
d796bf1ec9
@@ -16,7 +16,7 @@
|
||||
"start": "npx cds run",
|
||||
"deploy": "cds deploy --to sqlite:mychinook.db",
|
||||
"import": "node ./util/importData.js sqlite:chinook.db sqlite:mychinook.db ./db/schema.cds",
|
||||
"test": "mocha test/media-service.test.js --verbose --timeout 10000"
|
||||
"test": "mocha test/media-service.test.js"
|
||||
},
|
||||
"cds": {
|
||||
"requires": {
|
||||
@@ -28,4 +28,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user