From 171b4b126d409366b02a20235272d275b0317c59 Mon Sep 17 00:00:00 2001 From: Rishabhraghwendra18 <43534227+Rishabhraghwendra18@users.noreply.github.com> Date: Sat, 27 Nov 2021 16:00:45 +0530 Subject: [PATCH] Doc: Update build doc (#5795) --- BUILD.md | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 722473bacd..b38eb1905f 100644 --- a/BUILD.md +++ b/BUILD.md @@ -59,7 +59,6 @@ Normally the **bundler** should start automatically with the application. If it ## Building the clipper cd packages/app-clipper/popup - npm install npm run watch # To watch for changes To test the extension please refer to the relevant pages for each browser: [Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#Trying_it_out) / [Chrome](https://developer.chrome.com/docs/extensions/mv3/getstarted/). Please note that the extension in dev mode will only connect to a dev instance of the desktop app (and vice-versa).