Raanan Weber 7 年之前
父節點
當前提交
f3a055cced
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Tools/Gulp/package.json

+ 2 - 2
Tools/Gulp/package.json

@@ -63,11 +63,11 @@
         "webpack-stream": "^4.0.1"
     },
     "scripts": {
-        "install": "cd ../../giu && npm install && cd ../Tools/Gulp/ &&  cd ../../inspector && npm install && cd ../Tools/Gulp/ && npm --prefix ../../Playground/ install ../../Playground/ && npm --prefix ../../tests/unit/ install ../../tests/unit/ && npm --prefix ../../Viewer/tests/ install ../../Viewer/tests/ && cd ../../Viewer && npm install && cd ../Tools/Gulp/ && gulp deployLocalDev"
+        "install": "cd ../../gui && npm install && cd ../Tools/Gulp/ &&  cd ../../inspector && npm install && cd ../Tools/Gulp/ && npm --prefix ../../Playground/ install ../../Playground/ && npm --prefix ../../tests/unit/ install ../../tests/unit/ && npm --prefix ../../Viewer/tests/ install ../../Viewer/tests/ && cd ../../Viewer && npm install && cd ../Tools/Gulp/ && gulp deployLocalDev"
     },
     "dependencies": {
         "dts-bundle": "^0.7.3",
         "gulp-clean": "^0.4.0",
         "npm": "^5.8.0"
     }
-}
+}