generate script

This commit is contained in:
2021-07-28 18:05:17 +02:00
parent c73ef175ea
commit 59ec8fe245
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e",
"generate": "python ../helpers/hv2-api/generate.py -s ../helpers/hv2-api/schema.json -t ./src/app/*.tmpl"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {