Add version script
All checks were successful
/ build (push) Successful in 30s

This commit is contained in:
phil 2024-12-16 02:58:03 +01:00
parent 4f8817ecf6
commit a8de19625e

View file

@ -18,7 +18,8 @@
"lint": "ng lint",
"e2e": "ng e2e",
"openapi-ts": "openapi-ts -i http://127.0.0.1:5000/openapi.json -o src/app/openapi --client angular",
"source-map-explorer": "source-map-explorer dist/*.js"
"source-map-explorer": "source-map-explorer dist/*.js",
"version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json"
},
"licenses": [
{