Explorar el Código

fix: Fixes version while building.

dev1
Дамян Минков hace 3 años
padre
commit
ff3d20bb95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      package.json

+ 1
- 1
package.json Ver fichero

@@ -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…
Cancelar
Guardar