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

master
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
image: node
commands:
- npm install
- yarn install
- npm run test:coverage
- name: build
image: node
commands:
- npm install
- yarn install
- npm run build