mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-14 22:20:53 +00:00
Merge pull request #411 from paescuj/patch-1
Fix check-dist workflow not actually rebuilding
This commit is contained in:
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
@@ -32,7 +32,9 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Rebuild the dist/ directory
|
||||
run: npm run build
|
||||
run: |
|
||||
npm run build
|
||||
npm run package
|
||||
|
||||
- name: Compare the expected and actual dist/ directories
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user