aboutsummaryrefslogtreecommitdiff
path: root/lux-js/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2022-03-30 21:25:53 -0400
committerEduardo Julian2022-03-30 21:25:53 -0400
commit8eb86ed366b2305751f2e831c7a081ffcca82c89 (patch)
treef8da5967f61d115414b3655dd9045cef370c8d5b /lux-js/commands.md
parent4326d69ab717683449bf37bf8dd170c83455c0c0 (diff)
De-sigil-ification: /
Diffstat (limited to '')
-rw-r--r--lux-js/commands.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/lux-js/commands.md b/lux-js/commands.md
index a7859d1e0..2cd22edc7 100644
--- a/lux-js/commands.md
+++ b/lux-js/commands.md
@@ -47,5 +47,13 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-js/ \
&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.6.6-SNAPSHOT -Dpackaging=js
+
+cd ~/lux/lux-js/ && mvn deploy:deploy-file \
+-Durl=https://USERNAME:PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \
+-Dfile=target/program.js \
+-DgroupId=com.github.luxlang \
+-DartifactId=lux-js \
+-Dversion=0.7.0-SNAPSHOT \
+-Dpackaging=js
```