aboutsummaryrefslogtreecommitdiff
path: root/lux-js/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2022-08-11 04:15:07 -0400
committerEduardo Julian2022-08-11 04:15:07 -0400
commit065e8a4d8122d4616b570496915d2c0e2c78cd6b (patch)
treef2bbdc3e40b796b34026ab04c9a478d8a3f082d5 /lux-js/commands.md
parent68d78235694c633c956bb9e8a007cad7d65370bc (diff)
Re-named the "case" macro to "when".
Diffstat (limited to 'lux-js/commands.md')
-rw-r--r--lux-js/commands.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md
index a71f5e2e8..0c724a3b5 100644
--- a/lux-js/commands.md
+++ b/lux-js/commands.md
@@ -10,8 +10,7 @@ cd ~/lux/lux-js/ \
```
cd ~/lux/lux-js/ \
&& lux clean \
-&& lux with js build \
-&& mv target/program.js lux.js
+&& lux with js auto build
## Build JVM-based compiler
cd ~/lux/lux-js/ \