We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d409799 commit d7ad1f3Copy full SHA for d7ad1f3
package.json
@@ -22,7 +22,7 @@
22
"directory": "."
23
},
24
"engines": {
25
- "node": "^22",
+ "node": "^20 || ^22",
26
"pnpm": "^9"
27
28
"devDependencies": {
@@ -63,7 +63,7 @@
63
"scripts": {
64
"add-repository-directory": "node ./add-repository-directory.mjs",
65
"build": "pnpm run nx-build --skip-nx-cache",
66
- "build-vercel": "pnpm run --filter=\"\\!angular\" --recursive build",
+ "build-vercel": "pnpm run --filter=\"\\!angular\" --filter=\"\\!component-library-design-tokens\" --recursive build",
67
"nx-build": "nx run-many --target=build --all --parallel",
68
"clean": "pnpm run --recursive clean",
69
"docs": "pnpm run --workspace packages/docusaurus start",
0 commit comments