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 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:
|
||||||
|
|
Loading…
Reference in a new issue