From 379ddc9fb062128fb56abc8bd17a4abd4c026686 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 14 Dec 2021 10:12:39 +0100 Subject: [PATCH] =?UTF-8?q?Added=20npm=20start=20script=20=E2=86=92=20laun?= =?UTF-8?q?ching=20fiori?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fbf16378..26b5184c 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "media": "cds watch media", "mocha": "npx mocha || echo", "jest": "npx jest", + "start": "cds watch fiori", "test": "npm run jest -- --silent", "test:hello": "cd hello && npm test" },