Added npm start script → launching fiori

This commit is contained in:
Daniel
2021-12-14 10:12:39 +01:00
committed by Daniel Hutzel
parent 1fde0c928b
commit 379ddc9fb0

View File

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