Skip to content

Commit 6c2f9f3

Browse files
authored
Merge pull request #640 from dmitry-shibanov/v-dmshib/fix-check-dist
Fix check-dist.yml
2 parents 3be940e + 37323f1 commit 6c2f9f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-dist.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
run: npm ci
3333

3434
- name: Rebuild the dist/ directory
35-
run: npm run build
35+
run: |
36+
npm run build
37+
npm run pack
3638
3739
- name: Compare the expected and actual dist/ directories
3840
run: |

0 commit comments

Comments
 (0)