You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}`.
123
123
124
-
Example: Building for chrome: `node build.js chromium nover`.
124
+
Example: Building for chrome: `npm run build chromium nover`.
125
125
126
126
## Troubleshooting
127
127
<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