Skip to content

Commit

Permalink
Add note to "test" before "release"
Browse files Browse the repository at this point in the history
If you don't test the app before building it you may end up with a
dysfunctional installation without noticing.
  • Loading branch information
dr0i committed Mar 15, 2024
1 parent 9697545 commit 424d78e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ Set the java version to 11, like:
```bash
export JAVA_CMD=/usr/lib/jvm/java-11-openjdk-amd64/bin/java
```
To compile and build the frontend run:

To test, compile and build the frontend run:

```
lein release
lein test; lein release
```

Then start the server with:
Expand Down

0 comments on commit 424d78e

Please sign in to comment.