From 6346bc55f8b62b48253369fa1f28b93d6500e885 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 11 Jul 2020 19:23:29 -0400 Subject: Got the JS compiler to compile fully. --- commands.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commands.md') diff --git a/commands.md b/commands.md index 90235dee2..2c2e6b4e8 100644 --- a/commands.md +++ b/commands.md @@ -182,6 +182,8 @@ cd ~/lux/lux-js/ && lein clean && lein lux auto build ``` 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 + +cd ~/lux/stdlib/target/ && node program.js ``` --- -- cgit v1.2.3