We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06aa1d commit 8b70702Copy full SHA for 8b70702
1 file 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: rm -rf ./dist/
43
+
44
- name: Install Dependencies
45
id: install
46
run: npm ci
0 commit comments