fix check-dist.yml

This commit is contained in:
Dmitry Shibanov 2021-12-29 12:56:54 +03:00
parent 3be940e59b
commit 37323f14dd
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: |