Skip to content

Commit

Permalink
Clean up newly introduced post-generation files (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Dec 19, 2024
1 parent a574ccd commit 05a9ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.slug}}/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ def activate_frontend():
shutil.rmtree(path)
for path in glob.glob("package.*.json"):
os.remove(path)
os.remove(op.join('frontend', 'Dockerfile-postgenerate'))
shutil.rmtree(op.join('frontend', 'bootstrap'))


install_pip_tools = Command(
Expand Down

0 comments on commit 05a9ca5

Please sign in to comment.