Commit 2fed61b4 authored by Jérome Perrin's avatar Jérome Perrin

software/theia: version up theia 1.18.0

parent 960f3db5
...@@ -217,7 +217,7 @@ command = ${bash:location}/bin/bash -c " ...@@ -217,7 +217,7 @@ command = ${bash:location}/bin/bash -c "
mkdir -p \$TMPDIR && \ mkdir -p \$TMPDIR && \
cd ${:location} && \ cd ${:location} && \
cp ${package.json:rendered} . && cp ${package.json:rendered} . &&
cp ${yarn.lock:output} . && echo cp ${yarn.lock:output} . &&
${yarn:location}/bin/yarn && \ ${yarn:location}/bin/yarn && \
${yarn:location}/bin/yarn theia build" ${yarn:location}/bin/yarn theia build"
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
......
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