Skip to content

Commit 286f464

Browse files
authored
chore(): Update PR template with yarn
1 parent a8723ec commit 286f464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before sending PRs. We cannot accept code without this.
2525
- Issue number for this PR: #nnn (required)
2626
- Docs included?: (yes/no; required for all API/functional changes)
2727
- Test units included?: (yes/no; required)
28-
- In a clean directory, `npm install`, `npm run build`, and `npm test` run successfully? (yes/no; required)
28+
- In a clean directory, `yarn install`, `yarn test` run successfully? (yes/no; required)
2929

3030
### Description
3131

0 commit comments

Comments
 (0)