CI: add app version
Some checks failed
/ build (push) Failing after 24s

This commit is contained in:
phil 2024-11-09 02:32:42 +01:00
parent b2c5a9062e
commit 8c272ab6ff
3 changed files with 15 additions and 3 deletions

View file

@ -7,7 +7,8 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"openapi-ts": "openapi-ts"
"openapi-ts": "openapi-ts",
"version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json"
},
"private": true,
"dependencies": {