From 87afae3c8a4b66dc1b3bd5d14125b42cad53184c Mon Sep 17 00:00:00 2001 From: Kenny Jung Date: Mon, 11 Sep 2023 07:29:22 +0900 Subject: [PATCH] Update PR template checklist from npm to yarn --- .github/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 33df60fd..b1f082eb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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