update drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nightly 2022-10-19 16:02:19 +02:00
parent 0ba1c2a1a2
commit c8029f5588

View File

@ -2,8 +2,17 @@ kind: pipeline
name: default
steps:
- name: test
- name: install
image: node
commands:
- npm install
- name: build
image: node
commands:
- npm run build
- name: test
image: node
commands:
- npm run test