mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-13 21:51:53 +00:00
fix: remove dist/ directory before installing dependencies
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: rm -rf ./dist/
|
||||
|
||||
- name: Install Dependencies
|
||||
id: install
|
||||
run: npm ci
|
||||
|
||||
Reference in New Issue
Block a user