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 c0d75ae8b..1628068bc 100644
--- a/commands.md
+++ b/commands.md
@@ -103,13 +103,13 @@ cd ~/lux/lux-lein/ && lein install
## Build
```
-cd ~/lux/stdlib/ && lein with-profile licentia lux auto build
+cd ~/lux/stdlib/ && lein clean && lein with-profile licentia lux auto build
```
## Test
```
-cd ~/lux/stdlib/ && lein with-profile licentia lux auto test
+cd ~/lux/stdlib/ && lein clean && lein with-profile licentia lux auto test
```
## Run