Skip to content

Commit

Permalink
fix: vercel failed build (#99)
Browse files Browse the repository at this point in the history
* remove filter from build command

* chore: add prebuild to docs site

* chore: add vercel.json
  • Loading branch information
rsbh authored May 8, 2024
1 parent fe7ed39 commit 281979b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
"tsconfig": "workspace:*",
"typescript": "4.7"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "turbo build --filter=@raystack/apsara",
"build": "turbo build",
"dev": "turbo dev --filter=@raystack/apsara",
"lint": "turbo lint --filter=@raystack/apsara",
"clean": "turbo clean --filter=@raystack/apsara",
Expand All @@ -22,4 +22,4 @@
},
"packageManager": "[email protected]",
"name": "apsara"
}
}
3 changes: 3 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"buildCommand": "pnpm run build"
}

0 comments on commit 281979b

Please sign in to comment.