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" },