Add to drone script

This commit is contained in:
Ethan Lane 2023-12-28 15:12:57 +00:00
parent 2fcda26710
commit 7ea9c24e31

View file

@ -54,6 +54,11 @@ steps:
- npm ci - npm ci
- npm run build - npm run build
- name: lint
image: node
commands:
- npm run lint
- name: test - name: test
image: node image: node
commands: commands: