Skip to content

Commit

Permalink
Add node_modules to clean dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jun 13, 2024
1 parent b63c2e6 commit 79b8d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PROJECT_MAKEFILE := project.mk
PROJECT_NAME = project-makefile
PROJECT_DIRS = backend contactpage home privacy siteuser

WAGTAIL_CLEAN_DIRS = home search backend sitepage siteuser privacy frontend contactpage model_form_demo logging_demo payment
WAGTAIL_CLEAN_DIRS = home search backend sitepage siteuser privacy frontend contactpage model_form_demo logging_demo payment node_modules
WAGTAIL_CLEAN_FILES = README.rst .dockerignore Dockerfile manage.py requirements.txt requirements-test.txt docker-compose.yml

REVIEW_EDITOR = subl
Expand Down

0 comments on commit 79b8d20

Please sign in to comment.