From 509259d91b07bce77864cf10123ce428461a3092 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 7 Jul 2020 00:43:36 -0400 Subject: Various bug fixes for JS compilation. --- commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.md') diff --git a/commands.md b/commands.md index a1f3aea00..edfd16b66 100644 --- a/commands.md +++ b/commands.md @@ -181,7 +181,7 @@ cd ~/lux/lux-js/ && lein clean && lein lux auto build ## Try ``` -cd ~/lux/lux-js/ && time java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux +cd ~/lux/stdlib/ && lein clean && cd ~/lux/lux-js/ && time java -jar target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux ``` --- -- cgit v1.2.3