From a880e6da11fc26f14bf479ef523ff658939b7121 Mon Sep 17 00:00:00 2001 From: Ivan Paunov <95417043+ipaunov@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:44:24 +0200 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) 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"