Browse Source

fix: Fixes version while building.

dev1
Дамян Минков 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
     "webpack-cli": "4.9.0"
58
     "webpack-cli": "4.9.0"
59
   },
59
   },
60
   "scripts": {
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
     "lint": "eslint .",
62
     "lint": "eslint .",
63
     "lint-fix": "eslint . --fix",
63
     "lint-fix": "eslint . --fix",
64
     "prepack": "npm run build",
64
     "prepack": "npm run build",

Loading…
Cancel
Save