From 963ff7fe1470aa5b2a93a8a8afadc57fa3c38676 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sun, 3 Mar 2024 23:14:44 +0100 Subject: [PATCH] docs: use dev:firefox script --- packages/docs/src/guide/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/guide/contributing.md b/packages/docs/src/guide/contributing.md index 0d3f3fc01..bcbb83bb6 100644 --- a/packages/docs/src/guide/contributing.md +++ b/packages/docs/src/guide/contributing.md @@ -87,7 +87,7 @@ This is useful when you want to build the extension with the source repo to get 2. Clone this repo 3. run `yarn install` -4. then run `yarn run build:watch` and `yarn run dev:chrome` in parallel +4. then run `yarn run build:watch` and `yarn run dev:firefox` in parallel 5. run `yarn run:firefox` ## Docs development