Skip to content

Commit d000787

Browse files
committed
feat: modify workflow
1 parent ed1ce47 commit d000787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ 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
35-
run: npm run build
35+
run: yarn run build
3636

3737
- name: Compare the expected and actual dist/ directories
3838
run: |

0 commit comments

Comments
 (0)