Skip to content

Commit

Permalink
Merge pull request #2115 from moreal/use-npx-instead-yarn
Browse files Browse the repository at this point in the history
Use `npx` instead of `yarn`
  • Loading branch information
moreal authored Oct 24, 2024
2 parents 2e0ef85 + d1a30ae commit 63cb041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/all-in-one/templates/bridge-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- migrate
- deploy
command:
- /usr/local/bin/yarn
- /usr/local/bin/npx
image: {{ $.Values.bridgeService.image.repository }}:{{ $.Values.bridgeService.image.tag }}
name: run-prisma-migrate-deploy
env:
Expand Down

0 comments on commit 63cb041

Please sign in to comment.