summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authoranonymous <anonymous@anonymouss-MacBook-Pro.local>2022-08-26 19:04:44 +0300
committerDaniel Micay <danielmicay@gmail.com>2022-08-26 12:28:10 -0400
commit284d17913cc60eacc0ba22d35b213a6caf49104e (patch)
tree08f6863cd7a55810444f23666abba4018714a38c /static/build.html
parent8ae03ca9e22f18a87363ddf31d1f2a0a5302df78 (diff)
doc: more compact yarn
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 69d2235a..a20338a7 100644
--- a/static/build.html
+++ b/static/build.html
@@ -484,7 +484,7 @@ repo sync -j16</pre>
<p>The below commands need to only be run once to initially create a working environment.</p>
- <pre>cd vendor/adevtool/ &amp;&amp; yarn install &amp;&amp; cd ../..
+ <pre>yarn install --cwd vendor/adevtool/
source script/envsetup.sh
m aapt2</pre>