We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817b75d commit 61aa2c8Copy full SHA for 61aa2c8
1 file changed
.github/workflows/publish-dev.yml
@@ -29,6 +29,13 @@ jobs:
29
- name: Build CSS
30
working-directory: ./BytexDigital.Blazor.Components.CookieConsent
31
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
39
40
# - name: Build project
41
# run: dotnet build -c Release -p:VersionSuffix=development.$(date +%s)
0 commit comments