Skip to content

Commit

Permalink
try add npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Feb 12, 2024
1 parent a69e804 commit 13adccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ services:
- type: worker
name: left-book-club-production-worker
env: python
buildCommand: poetry install
buildCommand: npm install & poetry install
startCommand: poetry run python manage.py start_worker
plan: starter

0 comments on commit 13adccf

Please sign in to comment.