diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 651668d..4cb5fc8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,7 @@ Why is this change needed? ## Testing - [ ] `npm run build` +- [ ] `npm run typecheck` - [ ] Manual check (screenshots optional) ## Security / privacy diff --git a/app/app.vue b/app/app.vue index 52009c0..474f91d 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,5 +1,5 @@