From a1f9d1f269d776ac13d3308c50c80dd4e3fa153c Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sat, 28 Feb 2026 10:48:43 -0500 Subject: [PATCH] fix(vercel): change install script Signed-off-by: Aviv Keller --- docs/technologies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technologies.md b/docs/technologies.md index ff9885104c160..d5118707b7d8b 100644 --- a/docs/technologies.md +++ b/docs/technologies.md @@ -293,7 +293,7 @@ Benefits: #### Vercel Integration - Automatic deployments for branches (excluding `dependabot/*` and `gh/*`) -- Custom install script: `pnpm install --prod --frozen-lockfile` +- Custom install script: `pnpm install --frozen-lockfile` - Dependency management: Build-time dependencies must be in `dependencies`, not `devDependencies` - Sponsorship maintained by OpenJS Foundation