Skip to content

Commit

Permalink
feat: modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Aug 17, 2022
1 parent ed1ce47 commit d000787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
node-version: 12.x

- name: Install dependencies
run: npm ci
run: yarn

- name: Rebuild the dist/ directory
run: npm run build
run: yarn run build

- name: Compare the expected and actual dist/ directories
run: |
Expand Down

0 comments on commit d000787

Please sign in to comment.