diff --git a/package.json b/package.json index 1bb0a18..60493f9 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "chai": "^4.3.10" }, "scripts": { + "start": "cds-serve", "lint": "npx eslint .", "test": "npx jest", "test-with-coverage": "npx jest --coverage"