Fix drone config

This commit is contained in:
Yarmo Mackenbach 2021-07-10 00:00:25 +02:00
parent 69650b23ab
commit 47361cb755
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -44,7 +44,6 @@ steps:
- name: run tests - name: run tests
image: node image: node
commands: commands:
- npm install --global yarn
- yarn run prepare - yarn run prepare
- yarn run test - yarn run test
- name: build dev proxy container - name: build dev proxy container