Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Add "yarn watch" to docs (#38155)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdavid authored and vovakulikov committed Jul 20, 2022
1 parent 0338dbc commit a688813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/jetbrains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you have any questions, feedback, or bug report, we appreciate if you [open a
- Clone `https://github.com/sourcegraph/sourcegraph`
- Run `yarn install` in the root directory to get all dependencies
- Run `yarn generate` in the root directory to generate graphql files
- Go to `client/jetbrains/` and run `yarn build` to generate the JS files
- Go to `client/jetbrains/` and run `yarn build` to generate the JS files, or `yarn watch` to watch for changes and regenerate on the fly
- You can test the “Find on Sourcegraph” window by running `yarn standalone` in the `client/jetbrains/` directory and opening [http://localhost:3000/](http://localhost:3000/) in your browser.
- Run the plugin in a sandboxed IDE by running `./gradlew runIde`. This will start the platform with the versions defined in `gradle.properties`, [here](https://github.com/sourcegraph/sourcegraph/blob/main/client/jetbrains/gradle.properties#L14-L16).
- Note: 2021.3 or later is required for Macs with Apple Silicon chips.
Expand Down

0 comments on commit a688813

Please sign in to comment.