Skip to content

Commit

Permalink
👷 Use publish on vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Dec 13, 2023
1 parent a37b617 commit ca335d0
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": "/vercel/.dotnet/dotnet build ./src/BlazeKit.Site -c Release ; /vercel/.dotnet/dotnet publish ./src/BlazeKit.Site -c Release",
"buildCommand": "/vercel/.dotnet/dotnet publish ./src/BlazeKit.Site -c Release",
"installCommand": "chmod +x ./install.sh ; ./install.sh; export DOTNET_ROOT=$HOME/.dotnet ; export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools ; /vercel/.dotnet/dotnet --version",
"outputDirectory": ".vercel/output/static",
"rewrites": [
Expand Down

0 comments on commit ca335d0

Please sign in to comment.