We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9acaffb commit 397ddcbCopy full SHA for 397ddcb
1 file changed
README.md
@@ -53,6 +53,15 @@ make app
53
make watch # automatically rebuild when the source changes
54
```
55
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
65
66
Development server
67
------------------
0 commit comments