Browse Source

fix: wercker fixes

pull/208/head
NGPixel 7 years ago
parent
commit
b2e754c45e
1 changed files with 2 additions and 1 deletions
  1. 3
      wercker.yml

3
wercker.yml

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

Loading…
Cancel
Save