Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tobias Berger 2021-10-14 12:46:07 +02:00
parent 8e7902aa7f
commit 57afaba0f7

View file

@ -6,14 +6,22 @@ type: docker
# If yes, deploy to vercel
steps:
- name: install
image: node
commands:
- yarn
- name: build-game
image: node
commands:
- yarn build:game
depends_on:
- install
- name: build-pwa
image: node
commands:
- yarn build:pwa
depends_on:
- install
- name: test
image: node
commands: