diff --git a/hello/package.json b/hello/package.json index 9ba3a3b77..3bceac6b4 100644 --- a/hello/package.json +++ b/hello/package.json @@ -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" } }