Skip to content

Commit a1f9d1f

Browse files
authored
fix(vercel): change install script
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 2bf8f07 commit a1f9d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/technologies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Benefits:
293293
#### Vercel Integration
294294

295295
- Automatic deployments for branches (excluding `dependabot/*` and `gh/*`)
296-
- Custom install script: `pnpm install --prod --frozen-lockfile`
296+
- Custom install script: `pnpm install --frozen-lockfile`
297297
- Dependency management: Build-time dependencies must be in `dependencies`, not `devDependencies`
298298
- Sponsorship maintained by OpenJS Foundation
299299

0 commit comments

Comments
 (0)