Explorar el Código

fix: wercker fixes

NGPixel hace 8 años
padre
commit
b2e754c45e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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: |