Browse Source

fix: wercker fixes

NGPixel 7 years ago
parent
commit
b2e754c45e
1 changed files with 2 additions and 1 deletions
  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: |