Change CI to use yarn instead of npm
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Fabian Stamm 2023-04-12 22:20:21 +02:00
parent 536e75abba
commit 5a128835b6

View File

@ -6,8 +6,8 @@ steps:
- name: Build with node
image: node:19
commands:
- npm install
- npm run build
- yarn install
- yarn build
- name: Publish to docker
image: plugins/docker
settings: