File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2929 - name : Build CSS
3030 working-directory : ./BytexDigital.Blazor.Components.CookieConsent
3131 run : npm run build
32+
33+ - name : Remove NPM artifacts
34+ working-directory : ./BytexDigital.Blazor.Components.CookieConsent
35+ run : |
36+ rm -fr node_modules
37+ rm -f package.json
38+ rm -f package-lock.json
3239
3340 # - name: Build project
3441 # run: dotnet build -c Release -p:VersionSuffix=preview.$(date +%s)
Original file line number Diff line number Diff line change 2929 - name : Build CSS
3030 working-directory : ./BytexDigital.Blazor.Components.CookieConsent
3131 run : npm run build
32+
33+ - name : Remove NPM artifacts
34+ working-directory : ./BytexDigital.Blazor.Components.CookieConsent
35+ run : |
36+ rm -fr node_modules
37+ rm -f package.json
38+ rm -f package-lock.json
3239
3340 # - name: Build project
3441 # run: dotnet build -c Release
You can’t perform that action at this time.
0 commit comments