Skip to content

Commit 8b70702

Browse files
committed
fix: remove dist/ directory before installing dependencies
1 parent e06aa1d commit 8b70702

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
node-version-file: .node-version
3838
cache: npm
3939

40+
- name: Remove dist/ Directory
41+
id: remove-dist
42+
run: rm -rf ./dist/
43+
4044
- name: Install Dependencies
4145
id: install
4246
run: npm ci

0 commit comments

Comments
 (0)