Skip to content

Commit da829ee

Browse files
committed
Codify Vercel install + ignore commands
1 parent 7ec1349 commit da829ee

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

apps/site/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"installCommand": "pnpm install --prod",
4+
"ignoreCommand": "[[ \"$VERCEL_GIT_COMMIT_REF\" =~ \"^dependabot/.*\" || \"$VERCEL_GIT_COMMIT_REF\" =~ \"^gh-readonly-queue/.*\" ]]"
5+
}

docs/technologies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ Benefits:
292292

293293
#### Vercel Integration
294294

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

0 commit comments

Comments
 (0)