From a688813a7896f87899dc759a5e38f5d1ae4bee9a Mon Sep 17 00:00:00 2001 From: David Veszelovszki Date: Mon, 4 Jul 2022 16:42:13 +0200 Subject: [PATCH] Add "yarn watch" to docs (#38155) --- client/jetbrains/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/jetbrains/README.md b/client/jetbrains/README.md index 846f4a30b1a4..258f002e04a0 100644 --- a/client/jetbrains/README.md +++ b/client/jetbrains/README.md @@ -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.