Browse Source

fix: Fixes version while building.

release-8443
Дамян Минков 3 years ago
parent
commit
ff3d20bb95
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -58,7 +58,7 @@
58 58
     "webpack-cli": "4.9.0"
59 59
   },
60 60
   "scripts": {
61
-    "build": "webpack && tsc",
61
+    "build": "export LIB_JITSI_MEET_COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null) && webpack && tsc",
62 62
     "lint": "eslint .",
63 63
     "lint-fix": "eslint . --fix",
64 64
     "prepack": "npm run build",

Loading…
Cancel
Save