浏览代码

Do not build unminimized artifact by default

The build process is capable of bundling both minimized and unminimized
artifacts for lib-jitsi-meet. However, there does not seem to be a good
reason to (1) always wait for the building of the two versions and (2)
distributing the unminimized artifact.
master
Lyubomir Marinov 8 年前
父节点
当前提交
ddc32e41dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      package.json

+ 1
- 1
package.json 查看文件

@@ -41,7 +41,7 @@
41 41
     "webpack": "*"
42 42
   },
43 43
   "scripts": {
44
-    "install": "webpack && webpack -p",
44
+    "install": "webpack -p",
45 45
     "lint": "jshint .",
46 46
     "validate": "npm ls"
47 47
   },

正在加载...
取消
保存