Skip to content

Commit 06069de

Browse files
committed
fix check-dist
1 parent bd499b5 commit 06069de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
node-version: 12.x
3030

3131
- name: Install dependencies
32-
run: npm ci
32+
run: yarn
3333

3434
- name: Rebuild the dist/ directory
3535
run: |
36-
npm run build
37-
npm run package
36+
yarn dist
3837
3938
- name: Compare the expected and actual dist/ directories
4039
run: |

0 commit comments

Comments
 (0)