oh-my-pr 4.3.3 → 4.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -180,6 +180,7 @@ The dashboard is available at `http://localhost:5001` by default. All `/api/*` r
180
180
  | `npm run check` | Run TypeScript checks |
181
181
  | `npm run lint` | Run ESLint |
182
182
  | `npm run test` | Run the server test suite |
183
+ | `npm run test:all` | Run server tests plus client library tests |
183
184
  | `npm run tauri:dev` | Start the Tauri desktop app in development |
184
185
  | `npm run tauri:build` | Build the Tauri desktop app |
185
186