Switched to yarn
continuous-integration/drone/pr Build is failing Details

ref #23
This commit is contained in:
Nicolai Ort 2020-12-11 19:47:35 +01:00
parent d543dfb201
commit abb13045e6
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ steps:
- name: run tests
image: node:alpine
commands:
- npm install
- npm test
- yarn
- yarn test
trigger:
event:
- pull_request