Add list-editor steps in .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5832061d3f
commit
5859046169
|
@ -31,7 +31,9 @@ steps:
|
||||||
image: node
|
image: node
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- cd editor
|
- cd list-editor
|
||||||
|
- npm install
|
||||||
|
- cd ../editor
|
||||||
- npm install
|
- npm install
|
||||||
- npm run docker
|
- npm run docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user