浏览代码

make sure viewer dependencies are installed

Raanan Weber 7 年之前
父节点
当前提交
3b877439df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Tools/Gulp/package.json

+ 1 - 1
Tools/Gulp/package.json

@@ -61,7 +61,7 @@
         "webpack-stream": "^4.0.1"
     },
     "scripts": {
-        "install": "npm --prefix ../../Playground/ install ../../Playground/ && npm --prefix ../../tests/unit/ install ../../tests/unit/ && gulp deployLocalDev"
+        "install": "npm --prefix ../../Playground/ install ../../Playground/ && npm --prefix ../../tests/unit/ install ../../tests/unit/ && npm --prefix ../../Viewer/tests/ install ../../Viewer/tests/ && gulp deployLocalDev"
     },
     "dependencies": {
         "dts-bundle": "^0.7.3",