From 141b0b49bc51c879d35b0618b235b7c38662a816 Mon Sep 17 00:00:00 2001 From: bwees Date: Thu, 16 Oct 2025 22:47:51 -0500 Subject: [PATCH] chore: change pnpx to pnpm dlx See https://pnpm.io/cli/dlx pnpx is an alias to pnpm dlx. However in some situations, the alias might not be preset in the current terminal session. We should use pnpm dlx directly instead of relying on the alias which might not work. --- open-api/bin/generate-open-api.sh | 4 ++-- web/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/open-api/bin/generate-open-api.sh b/open-api/bin/generate-open-api.sh index 1ce33b96e6..43292089d7 100755 --- a/open-api/bin/generate-open-api.sh +++ b/open-api/bin/generate-open-api.sh @@ -15,7 +15,7 @@ function dart { patch --no-backup-if-mismatch -u api.mustache