We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b30183 + bf201b2 commit eda5416Copy full SHA for eda5416
5 files changed
.github/workflows/check-dist.yml
@@ -37,6 +37,10 @@ jobs:
37
node-version-file: .node-version
38
cache: npm
39
40
+ - name: Remove dist/ Directory
41
+ id: remove-dist
42
+ run: npx rimraf ./dist
43
+
44
- name: Install Dependencies
45
id: install
46
run: npm ci
0 commit comments