Remove CI artifact for version

This commit is contained in:
phil 2025-06-28 00:49:54 +02:00
parent 00767ac20b
commit 3874e84a6e
2 changed files with 1 additions and 5 deletions

View file

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

View file

@ -1,3 +0,0 @@
{
"version": "0.0.0"
}