fix check-dist.yml
This commit is contained in:
parent
3be940e59b
commit
37323f14dd
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue