소스 검색

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
       code: |
         yarn global add npm@4
-        npm install
+        npm-install
 
     - script:
       name: print dependencies
@@ -35,7 +35,7 @@ build-prod:
       name: install dependencies
       code: |
         yarn global add npm@4
-        npm install
+        npm-install
 
     - script:
       name: print dependencies