Add to drone script
This commit is contained in:
parent
2fcda26710
commit
7ea9c24e31
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ steps:
|
|||
- npm ci
|
||||
- npm run build
|
||||
|
||||
- name: lint
|
||||
image: node
|
||||
commands:
|
||||
- npm run lint
|
||||
|
||||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue