Преглед изворни кода

configure wercker pipeline

* use npm-install wercker command
Yuki Takei пре 9 година
родитељ
комит
5512ec72ac
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

@@ -11,7 +11,7 @@ test:
       name: install dependencies
       name: install dependencies
       code: |
       code: |
         yarn global add npm@4
         yarn global add npm@4
-        npm install
+        npm-install
 
 
     - script:
     - script:
       name: print dependencies
       name: print dependencies
@@ -35,7 +35,7 @@ build-prod:
       name: install dependencies
       name: install dependencies
       code: |
       code: |
         yarn global add npm@4
         yarn global add npm@4
-        npm install
+        npm-install
 
 
     - script:
     - script:
       name: print dependencies
       name: print dependencies