From 31ca32df99f26dd9aa3953a6a7807da5392be4c0 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 30 Jun 2024 05:51:16 +0500 Subject: [PATCH] docs: update to the latest build/i18n extract instructions (#855) --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d8187ecf0..35464dc0d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,8 +4,8 @@ #### To-Dos -- [ ] Successful build `yarn build` -- [ ] Translation keys `yarn i18n:extract` +- [ ] Successful build `pnpm build` +- [ ] Translation keys `pnpm i18n:extract` - [ ] Database migration (if required) #### Issues Fixed or Closed