Add list-editor steps in .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-10-25 15:52:39 +01:00
parent 5832061d3f
commit 5859046169

View File

@ -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