aboutsummaryrefslogtreecommitdiff
path: root/lux-js/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-js/commands.md')
-rw-r--r--lux-js/commands.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md
index 6d2b1d54e..5c6da5e51 100644
--- a/lux-js/commands.md
+++ b/lux-js/commands.md
@@ -8,6 +8,11 @@ cd ~/lux/lux-js/ && lein clean && lein lux auto test
# Build
```
+cd ~/lux/lux-js/ \
+&& lux clean \
+&& lux with js build \
+&& mv target/program.js lux.js
+
## Develop
cd ~/lux/lux-js/ \
&& lein clean \
@@ -47,6 +52,6 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-js/ \
-&& mvn install:install-file -Dfile=lux.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.0-SNAPSHOT -Dpackaging=js
+&& mvn install:install-file -Dfile=lux.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.7.0-SNAPSHOT -Dpackaging=js
```