Fix pipeline tasks.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2025-01-08 22:31:46 +01:00
parent 394d0d66a3
commit 416017b40e
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -6,7 +6,7 @@ steps:
- name: install
image: node:20-alpine
commands:
- apk add firefox
- npm install
- npm run lint
- npm run build
when: