attempt to fix next-js example deploy issue
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"outputDirectory": "build"
|
||||
"outputDirectory": "build",
|
||||
"installCommand": "yarn install && yarn --cwd ../../ install"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"outputDirectory": "dist",
|
||||
"installCommand": "yarn install",
|
||||
"installCommand": "yarn install && yarn --cwd ../../ install",
|
||||
"buildCommand": "yarn build:packages && yarn build"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user