Skip to content

Commit 7b5f22c

Browse files
authored
Merge pull request #246 from actions/ncalteen/dist
Ensure dist directory is removed and rebuilt
2 parents cad82c5 + 9f44aa8 commit 7b5f22c

File tree

4 files changed

+511
-466
lines changed

4 files changed

+511
-466
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)