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

View File

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