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

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: |