diff --git a/makefile b/makefile index efb207f..e62103b 100644 --- a/makefile +++ b/makefile @@ -52,3 +52,6 @@ clean: rm -rf ${PATH_VENV} rm -rf pages rm -rf build + rm -rf node_modules + rm -f package-lock.json + rm -f package.json \ No newline at end of file