diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 3c277fa..2a80684 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -39,6 +39,10 @@ jobs: node-version-file: .node-version cache: npm + - name: Remove dist/ Directory + id: remove-dist + run: npx rimraf ./dist + # Install dependencies using `npm ci`. - name: Install Dependencies id: install