Skip to content

Commit efb6292

Browse files
post ci clean up added (#4109)
1 parent 6e491d7 commit efb6292

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/node.js.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030

3131
- run: npm ci
3232
- 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

Comments
 (0)