Skip to content

Commit bd8ac3a

Browse files
committed
Add step to remove dist/ directory before installing dependencies
1 parent 0b21702 commit bd8ac3a

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
@@ -39,6 +39,10 @@ jobs:
3939
node-version-file: .node-version
4040
cache: npm
4141

42+
- name: Remove dist/ Directory
43+
id: remove-dist
44+
run: npx rimraf ./dist
45+
4246
# Install dependencies using `npm ci`.
4347
- name: Install Dependencies
4448
id: install

0 commit comments

Comments
 (0)