From 286f4647264c9f01e9217994a8b07db730842762 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Tue, 23 Jan 2018 14:50:30 -0800 Subject: [PATCH] chore(): Update PR template with yarn --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 82d77ad25..29250ecdd 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -25,7 +25,7 @@ before sending PRs. We cannot accept code without this. - Issue number for this PR: #nnn (required) - Docs included?: (yes/no; required for all API/functional changes) - Test units included?: (yes/no; required) - - In a clean directory, `npm install`, `npm run build`, and `npm test` run successfully? (yes/no; required) + - In a clean directory, `yarn install`, `yarn test` run successfully? (yes/no; required) ### Description