load-and-test
Installation
SKILL.md
Run the following commands sequentially from the cap/ directory. Each step depends on the previous one succeeding.
Steps
-
Build CDS artifacts and typed models
cd cap && npm run buildThis runs
cds buildand regenerates@cds-models/via@cap-js/cds-typer. -
Reload SQLite fixture data
cd cap && npm run load_sqliteRuns
convertData.jswith the SQLite profile to populatedb.sqlite.