Skip to content

Commit

Permalink
πŸ’š Remove Vercel Package from build
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Nov 18, 2023
1 parent 0ddee29 commit 4f28a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class Build : NukeBuild
new List<Nuke.Common.ProjectModel.Project>() {
Solution.GetProject("BlazeKit"),
Solution.GetProject("BlazeKit.Reactive"),
Solution.GetProject("BlazeKit.CLI"),
Solution.GetProject("BlazeKit.Deployment.Vercel")
Solution.GetProject("BlazeKit.CLI")
// Solution.GetProject("BlazeKit.Deployment.Vercel")
};
foreach (var project in projectsToBuild)
{
Expand Down

0 comments on commit 4f28a56

Please sign in to comment.