Browse Source

fix: wercker fixes

NGPixel 7 năm trước cách đây
mục cha
commit
b2e754c45e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      wercker.yml

+ 2 - 1
wercker.yml

@@ -5,7 +5,8 @@ build:
       name: install dependencies
       code: |
         apt update
-        apt install bash build-essential yarn
+        apt install build-essential
+        npm install -g yarn
     - script:
       name: yarn install
       code: |