Преглед на файлове

Merge pull request #4429 from RaananW/gulp-fix-win

fixing npm install for windows
Raanan Weber преди 7 години
родител
ревизия
809343b8b8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Tools/Gulp/package.json

+ 1 - 1
Tools/Gulp/package.json

@@ -62,7 +62,7 @@
         "webpack-stream": "^4.0.1"
         "webpack-stream": "^4.0.1"
     },
     },
     "scripts": {
     "scripts": {
-        "install": "npm --prefix ../../Playground/ install ../../Playground/ && npm --prefix ../../tests/unit/ install ../../tests/unit/ && npm --prefix ../../Viewer/tests/ install ../../Viewer/tests/ && npm --prefix ../../Viewer/ install ../../Viewer/ && gulp deployLocalDev"
+        "install": "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": {
     "dependencies": {
         "dts-bundle": "^0.7.3",
         "dts-bundle": "^0.7.3",