From 71113d7ef71efd30414c920d3fe47fe1e24bb6f6 Mon Sep 17 00:00:00 2001 From: d060338 Date: Mon, 14 Jun 2021 13:01:06 +0200 Subject: [PATCH] use cds-ts binary for starting cds with ts-node runtime --- hello/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/package.json b/hello/package.json index 9ba3a3b7..3bceac6b 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" } }