From d79b636ff2b009133964d5c5b03e8765b99c7cf8 Mon Sep 17 00:00:00 2001 From: NotAProton Date: Sun, 24 Sep 2023 18:06:42 +0530 Subject: [PATCH] Change node build.js to npm run build in Installing.md --- docs/INSTALLING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALLING.md b/docs/INSTALLING.md index 2f562ff29..4ef0f76d2 100644 --- a/docs/INSTALLING.md +++ b/docs/INSTALLING.md @@ -119,9 +119,9 @@ Please follow [the instructions here](https://github.com/FastForwardTeam/release 1. Clone this reposirory; 2. Navigate to `scripts` folder; 3. Run `npm ci`, make sure you have both latest node.js and npm installed; -4. Build the extension by running `node build.js {firefox|chromium|all} {none|nover|ver}`. +4. Build the extension by running `npm run build {firefox|chromium|all} {none|nover|ver}`. -Example: Building for chrome: `node build.js chromium nover`. +Example: Building for chrome: `npm run build chromium nover`. ## Troubleshooting
"Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details."