Skip to content

Commit d79b636

Browse files
authored
Change node build.js to npm run build in Installing.md
1 parent 59e9f32 commit d79b636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/INSTALLING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ Please follow [the instructions here](https://github.com/FastForwardTeam/release
119119
1. Clone this reposirory;
120120
2. Navigate to `scripts` folder;
121121
3. Run `npm ci`, make sure you have both latest node.js and npm installed;
122-
4. Build the extension by running `node build.js {firefox|chromium|all} {none|nover|ver}`.
122+
4. Build the extension by running `npm run build {firefox|chromium|all} {none|nover|ver}`.
123123

124-
Example: Building for chrome: `node build.js chromium nover`.
124+
Example: Building for chrome: `npm run build chromium nover`.
125125

126126
## Troubleshooting
127127
<details> <summary> "Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details." </summary>

0 commit comments

Comments
 (0)