Skip to content

Failure on initial cake build due to missing dist folder #107

Open
@mmrcdx

Description

Describe the bug

On a first-time clone, dotnet cake fails due to missing folder "Frontend/dist"
https://github.com/ligershark/dotnet-new-ui/blob/main/build.cake#LL10C41-L10C42

Steps to reproduce

  1. Clone
  2. Run dotnet cake

Expected behaviour

Proposed Fix

  1. add .gitignore under Frontend/dist
  2. update Frontend/.gitignore with
/dist
!/dist/.gitignore

Metadata

Assignees

No one assigned

    Labels

    bugIssues describing a bug or pull requests fixing a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions