mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-10 12:52:36 +00:00
feat: add step to remove dist/ directory before packaging
This commit is contained in:
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
@@ -37,6 +37,10 @@ jobs:
|
||||
node-version-file: .node-version
|
||||
cache: npm
|
||||
|
||||
- name: Remove dist/ Directory
|
||||
id: remove-dist
|
||||
run: npx rimraf ./dist
|
||||
|
||||
- name: Install Dependencies
|
||||
id: install
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user