Skip to content

Commit

Permalink
use cds-ts binary for starting cds with ts-node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
d060338 authored and d060338 committed Jun 14, 2021
1 parent 0a7b18f commit 1e4f907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 1e4f907

Please sign in to comment.