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"
     }
-}
+}