Skip to content

Commit

Permalink
πŸ’š Make install script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Nov 21, 2023
1 parent c9bf107 commit c2fff46
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,6 +1,6 @@
{
"buildCommand": "dotnet build ./src/BlazeKit.Site -c Release ; dotnet publish ./src/BlazeKit.Site -c Release",
"installCommand": "./install.sh",
"installCommand": "chmod +x ./install.sh ; ./install.sh",
"outputDirectory": ".vercel/output/static",
"rewrites": [
{
Expand Down

0 comments on commit c2fff46

Please sign in to comment.