fix build version

This commit is contained in:
Peter Maquiran
2022-12-22 15:24:48 +01:00
parent 8a176e684f
commit 27ad665977
8 changed files with 70 additions and 6 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"test": "jest --detectOpenHandles --runInBand",
"test:prof": "ionic build --configuration production && npm run test",
"dev:share": "lite-server --baseDir=share",
"install:chromium": "node node_modules/puppeteer/install.js"
"install:chromium": "node node_modules/puppeteer/install.js",
"build:version":"node ./version/git-version.js"
},
"private": true,
"dependencies": {