Drone: use yarn
continuous-integration/drone/push Build is passing Details

This commit is contained in:
May B. 2020-04-19 17:10:16 +00:00
parent de29687a11
commit ea4101f8b6
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ steps:
- name: test - name: test
image: node image: node
commands: commands:
- npm install - yarn install
- npm run test:coverage - npm run test:coverage
- name: build - name: build
image: node image: node
commands: commands:
- npm install - yarn install
- npm run build - npm run build