Skip to content

Commit

Permalink
ci: add pnpm run build-vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 19, 2024
1 parent a4aca6e commit 1c0fa8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"scripts": {
"add-repository-directory": "node ./add-repository-directory.mjs",
"build": "pnpm run nx-build --skip-nx-cache",
"build-vercel": "pnpm run --filter=\"\\!angular\" --recursive build",
"nx-build": "nx run-many --target=build --all --parallel",
"clean": "pnpm run --recursive clean",
"docs": "pnpm run --workspace packages/docusaurus start",
Expand Down

0 comments on commit 1c0fa8e

Please sign in to comment.