use cds-ts binary for starting cds with ts-node runtime

This commit is contained in:
Christian Georgi
2021-06-14 13:01:06 +02:00
parent e8d08d039e
commit 7e0c36ede5

View File

@@ -3,6 +3,6 @@
"version": "1.0.0",
"scripts": {
"watch": "cds serve world.cds",
"watch:ts": "npx ts-node ../node_modules/@sap/cds/bin/cds serve world.cds"
"watch:ts": "cds-ts serve world.cds"
}
}