Ver código fonte

fix: wercker fixes

NGPixel 8 anos atrás
pai
commit
b2e754c45e
1 arquivos alterados com 2 adições e 1 exclusões
  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: |