From 29448934e60e206467aa88ad4100a771ce68b1b5 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Thu, 16 Nov 2023 11:10:15 +0100 Subject: [PATCH] docs: replace deprecated pnpx with pnpm dlx --- .../5.self-host/1.community-edition/2.install-and-build.md | 2 +- .../5.self-host/2.enterprise-edition/2.install-and-build.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/1.documentation/5.self-host/1.community-edition/2.install-and-build.md b/content/1.documentation/5.self-host/1.community-edition/2.install-and-build.md index 9e6a7082..fb7d5bf5 100644 --- a/content/1.documentation/5.self-host/1.community-edition/2.install-and-build.md +++ b/content/1.documentation/5.self-host/1.community-edition/2.install-and-build.md @@ -214,5 +214,5 @@ docker exec -it /bin/sh Once inside the container, run the migration using: ```bash -pnpx prisma migrate deploy +pnpm dlx prisma migrate deploy ``` diff --git a/content/1.documentation/5.self-host/2.enterprise-edition/2.install-and-build.md b/content/1.documentation/5.self-host/2.enterprise-edition/2.install-and-build.md index 1fb942f4..21b47360 100644 --- a/content/1.documentation/5.self-host/2.enterprise-edition/2.install-and-build.md +++ b/content/1.documentation/5.self-host/2.enterprise-edition/2.install-and-build.md @@ -217,7 +217,7 @@ docker exec -it /bin/sh Once inside the container, run the migration using: ```bash -pnpx prisma migrate deploy +pnpm dlx prisma migrate deploy ``` ## ClickHouse setup