We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e491d7 commit efb6292Copy full SHA for efb6292
.github/workflows/node.js.yml
@@ -30,3 +30,8 @@ jobs:
30
31
- run: npm ci
32
- run: npm run build --if-present
33
+
34
+ # Post-run cleanup to remove the build directory after the job finishes
35
+ - name: Post-run cleanup
36
+ if: always()
37
+ run: rm -rf ./build
0 commit comments