mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 09:59:58 +08:00
Note added according to the issue #2208
This commit is contained in:
parent
11c8cc1e19
commit
c5f7b056a4
@ -55,3 +55,10 @@ $ yarn run <script> # or npm run <script>
|
||||
| `test` / `unit` | Run unit tests |
|
||||
|
||||
For more scripts please see `package.json`.
|
||||
|
||||
>[!TIP]
|
||||
>To improve efficiency during development, you can tr
|
||||
> 1. Use `yarn dev` instead of `yarn build:bin`. This will automatically reload the window when source code is modified.
|
||||
> 2. Use `Ctrl+R` to manually reload the application in development mode if needed.
|
||||
>
|
||||
> This approach bypasses unnecessary rebuilds and optimizes the developer workflow. However, for CI or release builds, a full rebuild may still be necessary.
|
||||
|
Loading…
Reference in New Issue
Block a user