update drone.yml
continuous-integration/drone/push Build is passing Details

main
nightly 2022-10-19 16:02:19 +02:00
parent 0ba1c2a1a2
commit c8029f5588
1 changed files with 10 additions and 1 deletions

View File

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