diff --git a/package.json b/package.json index 071743608..baefdd5be 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "install:chromium": "node node_modules/puppeteer/install.js", "build:version": "node ./version/git-version.js", "ionic-build": "ionic cap run android --prod", - "prepare": "husky install" + "prepare": "husky install && cp -R -u -p .env.example .env" }, "private": true, "dependencies": { diff --git a/version/git-version.ts b/version/git-version.ts index 1afc9197c..8b27d0a0a 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "e39e9bdb0", - "SHA": "e39e9bdb03f15d60828169cf324b58408056f65b", + "shortSHA": "e350cd24d", + "SHA": "e350cd24da31173a89cef80b84961576a8d7cebe", "branch": "develop_bitOut-fix", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Wed Dec 28 14:04:57 2022 +0100'", + "lastCommitTime": "'Wed Dec 28 14:05:59 2022 +0100'", "lastCommitMessage": "add husky", - "lastCommitNumber": "4588", + "lastCommitNumber": "4589", "change": "", - "changeStatus": "On branch develop_bitOut-fix\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: .husky/pre-commit\n\tmodified: version/git-version.ts", + "changeStatus": "On branch develop_bitOut-fix\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: package.json", "changeAuthor": "peter.maquiran" } \ No newline at end of file