chore: adjust develope command

This commit is contained in:
ZhenShuo Leo
2025-05-28 01:12:23 +08:00
parent 0b06a64139
commit fb2c7b88e2
4 changed files with 16 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
- Great! Open a new GitHub pull request with the patch.
- All development occurs on the `dev` branch and new PRs should be forked from here.
- The command `npm run example` can be used to test local changes using the example site.
- The command `npm run example:production` can be used to test local changes using the example site.
- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number, if applicable.
- **Before submitting**, check the [coding conventions](#coding-conventions) section below to learn more about coding and commit message expectations.