Commit 4e47a7d4 authored by Jérome Perrin's avatar Jérome Perrin

software/theia: better inter-part dependencies

if yarn.lock is changed, part should be re-installed. This is only
useful during development.
parent 48bcc52a
......@@ -69,6 +69,7 @@ command = ${bash:location}/bin/bash -c "
${yarn:location}/bin/yarn theia build"
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
uses = ${yarn.lock:recipe}
[yarn.lock]
recipe = slapos.recipe.template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment