Skip to content

Commit e0c4fe4

Browse files
committed
Add step to clean untracked files
1 parent bc1aada commit e0c4fe4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323

2424
- name: "Install dependencies"
2525
run: npm ci
26-
26+
27+
- name: "Clean untracked files"
28+
run: git clean -fdx
29+
2730
- name: "Build package"
2831
run: npm run build
2932

0 commit comments

Comments
 (0)