Compare commits

..

2 Commits

Author SHA1 Message Date
nkaputnik
8df9e624a6 Added changes for simple field extensibility (UIFlex) 2021-12-14 14:23:12 +01:00
Daniel
379ddc9fb0 Added npm start script → launching fiori 2021-12-14 10:13:53 +01:00

View File

@@ -30,6 +30,7 @@
"media": "cds watch media", "media": "cds watch media",
"mocha": "npx mocha || echo", "mocha": "npx mocha || echo",
"jest": "npx jest", "jest": "npx jest",
"start": "cds watch fiori",
"test": "npm run jest -- --silent", "test": "npm run jest -- --silent",
"test:hello": "cd hello && npm test" "test:hello": "cd hello && npm test"
}, },