Skip to content

Commit

Permalink
update updater command
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Oct 31, 2024
1 parent ceb8b42 commit 7a8a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ backend:
updater:
schedule: "0 0 * * *"
suspend: false
command: ["/bin/sh", "-c", "npm run update:catalog;"]
command: ["npm", "run", "update:catalog", "--workspace=backend"]

0 comments on commit 7a8a3fa

Please sign in to comment.