refactor: split vercel.json into per-app configs
This commit is contained in:
parent
c85e2e2357
commit
bd9ec4e248
2 changed files with 6 additions and 1 deletions
5
penfield/vercel.json
Normal file
5
penfield/vercel.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"installCommand": "pnpm install",
|
||||
"buildCommand": "pnpm --filter @ily/penfield build",
|
||||
"outputDirectory": "dist"
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"installCommand": "git config --global url.\"https://${GITHUB_ACCESS_TOKEN}@github.com/\".insteadOf \"git@github.com:\" && git submodule update --init --recursive && pnpm install",
|
||||
"buildCommand": "pnpm --filter @ily/www build",
|
||||
"outputDirectory": "apps/www/dist"
|
||||
"outputDirectory": "dist"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue