Skip to content

Commit

Permalink
Merge pull request #640 from dmitry-shibanov/v-dmshib/fix-check-dist
Browse files Browse the repository at this point in the history
Fix check-dist.yml
  • Loading branch information
MaksimZhukov committed Dec 29, 2021
2 parents 3be940e + 37323f1 commit 6c2f9f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-dist.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 6c2f9f3

Please sign in to comment.