Skip to content

Commit

Permalink
πŸš€ Fix vercel build command
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Nov 21, 2023
1 parent 6ba4cb6 commit 4ec0887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"buildCommand": "dotnet build ./src/BlazeKit.Site ; dotnet publish ./src/BlazeKit.Site",
"buildCommand": "dotnet build ; dotnet publish ./src/BlazeKit.Site",
"installCommand": "yum -y install wget tar gzip libicu ; wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh ; chmod +x ./dotnet-install.sh ; ./dotnet-install.sh --version latest; export DOTNET_ROOT=$HOME/.dotnet ; export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools ; dotnet --version",
"outputDirectory": ".vercel/output/static",
"rewrites": [
Expand Down

0 comments on commit 4ec0887

Please sign in to comment.