Skip to content

Commit 10608b1

Browse files
committed
fixup! fixup! ci: add pnpm run build-vercel
1 parent 4554820 commit 10608b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +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=\"\\!{packages/component-library-design-tokens}\" --filter=\"\\!{packages/storybook-angular}\" --filter=\"\\!{packages/component-library-angular}\" --recursive build",
66+
"build-vercel": "pnpm run --filter=\"!{packages/component-library-design-tokens}\" --filter=\"!{packages/storybook-angular}\" --filter=\"!{packages/component-library-angular}\" --recursive build",
6767
"nx-build": "nx run-many --target=build --all --parallel",
6868
"clean": "pnpm run --recursive clean",
6969
"docs": "pnpm run --workspace packages/docusaurus start",

0 commit comments

Comments
 (0)