Merge pull request #640 from dmitry-shibanov/v-dmshib/fix-check-dist

Fix check-dist.yml
This commit is contained in:
MaksimZhukov 2021-12-29 13:36:23 +03:00 committed by GitHub
commit 6c2f9f3f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ jobs:
run: npm ci
- name: Rebuild the dist/ directory
run: npm run build
run: |
npm run build
npm run pack
- name: Compare the expected and actual dist/ directories
run: |