Merge pull request #411 from paescuj/patch-1

Fix check-dist workflow not actually rebuilding
This commit is contained in:
MaksimZhukov 2021-12-29 12:21:23 +03:00 committed by GitHub
commit ab8eb36155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 package
- name: Compare the expected and actual dist/ directories
run: |