Skip to content

Commit

Permalink
fix check-dist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Dec 29, 2021
1 parent 3be940e commit 37323f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
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 37323f1

Please sign in to comment.