Skip to content

Commit 65302c6

Browse files
committed
Will this work?!
1 parent feab841 commit 65302c6

File tree

4 files changed

+17
-12
lines changed

4 files changed

+17
-12
lines changed

.npmrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
auto-install-peers=true
22
enable-pre-post-scripts=true
33
save-workspace-protocol=false
4-
link-workspace-packages=false
4+
link-workspace-packages=false
5+
shamefully-hoist=true
6+
node-linker=hoisted
7+
shared-workspace-lockfile=true

docs-v2/vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"installCommand": "cd .. && npx [email protected] install",
3-
"buildCommand": "cd .. && npx [email protected] build:docs",
2+
"installCommand": "npx [email protected] install --ignore-engines",
3+
"buildCommand": "npx [email protected] build:docs",
44
"redirects": [
55
{
66
"source": "/docs/v3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"platform-test": "cd platform && npm test",
3636
"types-test": "cd types && npm test",
3737
"helpers-test": "cd helpers && npm test",
38-
"build:docs": "cd docs-v2 && pnpm install && pnpm build"
38+
"build:docs": "cd docs-v2 && pnpm install --ignore-engines && pnpm build"
3939
},
4040
"devDependencies": {
4141
"@eslint/eslintrc": "^3.2.0",

pnpm-lock.yaml

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)