瀏覽代碼

fix: Fixes version while building.

release-8443
Дамян Минков 3 年之前
父節點
當前提交
ff3d20bb95
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      package.json

+ 1
- 1
package.json 查看文件

@@ -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…
取消
儲存