Skip to content

Commit

Permalink
Merge pull request #46 from olivierphi/quick-deployment-fix
Browse files Browse the repository at this point in the history
[deps] Quick fix on build script following the deps update
  • Loading branch information
olivierphi authored May 19, 2024
2 parents 33275f8 + 5cd850d commit fa1f799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myresume/management/commands/build_resume.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def handle(self, *args, prettify: bool, **options):
settings.DIST_DIR.mkdir(exist_ok=True)

self.stdout.write("Building Tailwind CSS file...")
management.call_command("tailwind", "build", verbosity=1)
management.call_command("tailwind", "build")
self.stdout.write("")

self.stdout.write("Collecting static files...")
Expand Down

0 comments on commit fa1f799

Please sign in to comment.