Skip to content

Commit d409799

Browse files
committed
ci: add pnpm run build-vercel
1 parent a4aca6e commit d409799

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,15 @@ The scripts above use `nx` to automatically run all scripts that are a prerequis
198198
| `pnpm run publish` | Publish each package to the npm registry |
199199
| `pnpm run release` | Determine new version number automatically and update each `package.json` |
200200

201+
## Other scripts
202+
203+
### `pnpm run build-vercel`
204+
205+
Run the build processes, but excluding the following builds that do not currently work on Vercel:
206+
207+
- The build for `storybook-angular` crashes randomly.
208+
- The `design-tokens-component-library` required Node.js 22, but last time we checked Vercel only supported Node 20.
209+
201210
## Code of Conduct
202211

203212
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. Read [our Code of Conduct](CODE_OF_CONDUCT.md) if you haven't already.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"scripts": {
6464
"add-repository-directory": "node ./add-repository-directory.mjs",
6565
"build": "pnpm run nx-build --skip-nx-cache",
66+
"build-vercel": "pnpm run --filter=\"\\!angular\" --recursive build",
6667
"nx-build": "nx run-many --target=build --all --parallel",
6768
"clean": "pnpm run --recursive clean",
6869
"docs": "pnpm run --workspace packages/docusaurus start",

0 commit comments

Comments
 (0)