From 94105e8e3ba0adf2a6d6e2a7ddf20eb8e5c1edb7 Mon Sep 17 00:00:00 2001 From: Nick Seguin Date: Sun, 10 Dec 2023 01:28:57 -0600 Subject: [PATCH] add node.js install step before build --- .forgejo/workflows/build.yaml | 2 -- src/NSeguin.Dev.Web/NSeguin.Dev.Web.csproj | 10 ++++------ 2 files changed, 4 insertions(+), 8 deletions(-) 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