Skip to content

Commit 397ddcb

Browse files
committed
Update README.md
1 parent 9acaffb commit 397ddcb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ make app
5353
make watch # automatically rebuild when the source changes
5454
```
5555

56+
When working with different branches or after dependency changed, it the following make targets can be used to clean the local copy:
57+
58+
```
59+
make clean # removes the output directory
60+
make cleannode # removes nvm and node_modules (JavaScript dependencies)
61+
make cleanenv # removes the virtual environment (Python dependencies)
62+
make distclean # runs all clean targets
63+
```
64+
5665

5766
Development server
5867
------------------

0 commit comments

Comments
 (0)