diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 6ebc6b2..663ac35 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -14,8 +14,6 @@ jobs: - uses: actions/checkout@v4 - name: install pnpm run: npm install -g pnpm - - name: pnpm install - run: pnpm install - name: dotnet restore run: dotnet restore - name: dotnet build diff --git a/src/NSeguin.Dev.Web/NSeguin.Dev.Web.csproj b/src/NSeguin.Dev.Web/NSeguin.Dev.Web.csproj index 6fa8b37..250aab1 100644 --- a/src/NSeguin.Dev.Web/NSeguin.Dev.Web.csproj +++ b/src/NSeguin.Dev.Web/NSeguin.Dev.Web.csproj @@ -325,13 +325,11 @@ <_ContentIncludedByDefault Remove="wwwroot\lib\20\solid\x-mark.svg" /> - - - + + - - - + + \ No newline at end of file