Build version

This commit is contained in:
2023-09-24 10:18:54 +02:00
parent d40ca88cd5
commit b40f521212
71 changed files with 142 additions and 142 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.1.1",
"scripts": {
"ng": "ng",
"update-version": "ts-node-esm update-version.ts",
"update-version": "ts-node update-version.ts",
"prestart": "npm run update-version",
"start": "ng serve",
"prebuild": "npm run update-version",
@@ -51,4 +51,4 @@
"tslib": "^2.4.1",
"typescript": "~4.9.5"
}
}
}