From 4051a1cbe0999ee22bc395b059ea1556bcc002a0 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 1 Sep 2021 01:01:22 -0400 Subject: Updates to the JS compiler. --- stdlib/commands.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'stdlib/commands.md') diff --git a/stdlib/commands.md b/stdlib/commands.md index adc090c4d..dc74aa294 100644 --- a/stdlib/commands.md +++ b/stdlib/commands.md @@ -11,6 +11,10 @@ cd ~/lux/stdlib/ \ && lux clean \ && lux with jvm with bibliotheca auto test +cd ~/lux/stdlib/ \ +&& lux clean \ +&& lux with js with bibliotheca auto test + cd ~/lux/stdlib/ \ && lux clean \ && lux with python with bibliotheca auto test @@ -69,11 +73,11 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/stdlib/ \ && lux clean \ -&& lux with aedifex auto build +&& lux with jvm with aedifex auto build cd ~/lux/stdlib/ \ && lux clean \ -&& lux with aedifex build \ +&& lux with jvm with aedifex build \ && mv target/program.jar aedifex.jar ``` -- cgit v1.2.3