Skip to content

Commit

Permalink
Update PR template checklist from npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
chromium-52 committed Sep 10, 2023
1 parent 03c240f commit 87afae3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Checklist

- [ ] 1. Run `npm run check`
- [ ] 2. Run `npm run test`
- [ ] 3. Run `npm build --if-present`
- [ ] 1. Run `yarn run check`
- [ ] 2. Run `yarn run test`

## Why

Expand Down

0 comments on commit 87afae3

Please sign in to comment.