Skip to content

Commit

Permalink
nit(api): Change yarn start to yarn dev in instructions (getsentry#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
schew2381 authored Feb 9, 2024
1 parent 71fcd55 commit 11757ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/api/public.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ In `sentry`:

In `sentry-docs`:

1. Run `OPENAPI_LOCAL_PATH=<COPIED_FULL_PATH> DISABLE_THUMBNAILS=1 yarn start` and substitute
`<COPIED_FULL_PATH>` with the path to your local openapi-derefed.json.
1. Run `OPENAPI_LOCAL_PATH=<COPIED_FULL_PATH> DISABLE_THUMBNAILS=1 yarn dev` and substitute
`<COPIED_FULL_PATH>` with the path to your local openapi-derefed.json.

Unfortunately changes do not automatically reflect in your local server, so you will need to
rerun this command on every change. We hope to add this feature in the future.
Expand Down

0 comments on commit 11757ba

Please sign in to comment.