|
@@ -64,6 +64,7 @@
|
64
|
64
|
"scripts": {
|
65
|
65
|
"build": "npm run build:webpack && npm run build:tsc",
|
66
|
66
|
"build:webpack": "LIB_JITSI_MEET_COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null) webpack",
|
|
67
|
+ "build:webpack-dev": "webpack --mode development",
|
67
|
68
|
"build:tsc": "tsc --build --clean && tsc",
|
68
|
69
|
"gen-types": "tsc --declaration --declarationDir types/auto --emitDeclarationOnly",
|
69
|
70
|
"lint": "eslint .",
|