Skip to content

Commit

Permalink
fixup! fixup! fixup! 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 10608b1 commit c4fa35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"scripts": {
"add-repository-directory": "node ./add-repository-directory.mjs",
"build": "pnpm run nx-build --skip-nx-cache",
"build-vercel": "pnpm run --filter=\"!{packages/component-library-design-tokens}\" --filter=\"!{packages/storybook-angular}\" --filter=\"!{packages/component-library-angular}\" --recursive build",
"build-vercel": "pnpm run --filter=\"!{packages/storybook-angular}\" --filter=\"!{packages/component-library-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 c4fa35e

Please sign in to comment.