Get version from package.json

This commit is contained in:
phil 2025-06-28 03:58:55 +02:00
parent bbffcd5aed
commit 5535df0334
4 changed files with 4 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{
"name": "gisaf-frontend",
"displayName": "Gisaf web front-end",
"version": "0.0.0",
"version": "0.5.0",
"license": "GPL-3.0",
"description": "Gisaf Geomatics",
"repository": {
@ -18,8 +18,7 @@
"lint": "ng lint",
"e2e": "ng e2e",
"openapi-ts": "openapi-ts -i http://127.0.0.1:5080/openapi.json -o src/app/openapi --client angular",
"source-map-explorer": "source-map-explorer dist/*.js",
"version": "echo \"{\\\"version\\\":\\\"$(git describe --tags --dirty --always)\\\"}\" > src/version.json"
"source-map-explorer": "source-map-explorer dist/*.js"
},
"licenses": [
{