attempt to fix next-js example deploy issue

This commit is contained in:
dwelle
2026-02-23 22:20:27 +01:00
parent 0346233358
commit 2e5bf3bb51
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
"outputDirectory": "build"
"outputDirectory": "build",
"installCommand": "yarn install && yarn --cwd ../../ install"
}
+1 -1
View File
@@ -1,5 +1,5 @@
{
"outputDirectory": "dist",
"installCommand": "yarn install",
"installCommand": "yarn install && yarn --cwd ../../ install",
"buildCommand": "yarn build:packages && yarn build"
}