diff options
author | Eduardo Julian | 2022-08-17 02:54:41 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-17 02:54:41 -0400 |
commit | 261172e7a4cff7b9978eec4c0d32e963cbe7486e (patch) | |
tree | bf3c79319eef3bda7e1efe6612e3d6ea546e1e85 /lux-js/commands.md | |
parent | 0f9bc13a34b729d9ae9db31276feb2a66785d06b (diff) |
Proper testing for debug.log!
Diffstat (limited to '')
-rw-r--r-- | lux-js/commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md index 4b27b62df..6730dad02 100644 --- a/lux-js/commands.md +++ b/lux-js/commands.md @@ -44,14 +44,14 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/lux-js/ \ -&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.7.0 -Dpackaging=js +&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.8.0-SNAPSHOT -Dpackaging=js cd ~/lux/lux-js/ && mvn deploy:deploy-file \ -Durl=https://$NEXUS_USERNAME:$NEXUS_PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \ -Dfile=target/program.js \ -DgroupId=com.github.luxlang \ -DartifactId=lux-js \ --Dversion=0.7.0-SNAPSHOT \ +-Dversion=0.8.0-SNAPSHOT \ -Dpackaging=js ``` |