From bdea8c5a4923483900b6e46f52844ca1c983667c Mon Sep 17 00:00:00 2001 From: Shine Li Date: Fri, 16 Jan 2026 15:32:27 +1100 Subject: [PATCH] test example build --- .cursorrules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cursorrules b/.cursorrules index ee50e5a9fd..06b0c80283 100644 --- a/.cursorrules +++ b/.cursorrules @@ -26,7 +26,7 @@ Always use conventional commit format for all commits and PR titles: - **revert**: Reverts a previous commit ### Scope Guidelines -- **IMPORTANT**: Scopes should match the names of packages in the repo (without the `@imtbl/` prefix) +- **IMPORTANT**: Scopes should match the names of packages in the repo (without the `@imtbl/` prefix). - Examples of valid scopes: `checkout-widgets`, `passport`, `config`, `blockchain-data`, etc. - Find the correct scope by checking the package.json `name` field in the relevant package directory - Use the full package name after `@imtbl/` (e.g., if package is `@imtbl/checkout-widgets`, use `checkout-widgets`) @@ -53,4 +53,4 @@ Always use conventional commit format for all commits and PR titles: - Use the body to explain what and why vs. how - Wrap the body at 72 characters -When creating PRs, always follow this conventional commit style for both the commit messages and PR titles. \ No newline at end of file +When creating PRs, always follow this conventional commit style for both the commit messages and PR titles.