aboutsummaryrefslogtreecommitdiff
path: root/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'commands.md')
-rw-r--r--commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands.md b/commands.md
index 5cbb12537..0e9fefbd1 100644
--- a/commands.md
+++ b/commands.md
@@ -77,7 +77,7 @@ cd ~/lux/stdlib/ && mvn deploy:deploy-file \
## Generate documentation
```
-cd ~/lux/stdlib/ && lein with-profile scriptum lux auto build
+cd ~/lux/stdlib/ && lein clean && lein with-profile scriptum lux auto build
```
---
@@ -87,7 +87,7 @@ cd ~/lux/stdlib/ && lein with-profile scriptum lux auto build
## Build
```
-cd ~/lux/stdlib/ && lein with-profile aedifex lux auto build
+cd ~/lux/stdlib/ && lein clean && lein with-profile aedifex lux auto build
```
---