Skip to content

Commit

Permalink
chore(ci): 🔧 check npm package files in CI (umijs#9343)
Browse files Browse the repository at this point in the history
Co-authored-by: pshu <[email protected]>
  • Loading branch information
stormslowly and stormslowly authored Sep 16, 2022
1 parent 35ce1d8 commit 8f87870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- run: pnpm build
- run: pnpm tsc:check
- run: pnpm test
- run: pnpm check:packageFiles
env:
CI: true
NODE_ENV: test

0 comments on commit 8f87870

Please sign in to comment.