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
What is the bug?
Two commands in the building instructions are wrong:
Under the headline "Working in this repo" -> "steps to contribute" -> "5." is currently:
Run npm useChrome or npm useFF to select the browser you are developing for - this will copy the corresponding manifest.json
but has to be:
Run npm run useChrome or npm run useFF to select the browser you are developing for - this will copy the corresponding manifest.json
Also both scripts are not working on windows. This may also be worth a hint.
The text was updated successfully, but these errors were encountered:
What is the bug? Two commands in the building instructions are wrong:
Under the headline "Working in this repo" -> "steps to contribute" -> "5." is currently: Run npm useChrome or npm useFF to select the browser you are developing for - this will copy the corresponding manifest.json
but has to be: Run npm run useChrome or npm run useFF to select the browser you are developing for - this will copy the corresponding manifest.json
Also both scripts are not working on windows. This may also be worth a hint.
Thanks @Nix-da For being attentive and reporting anyway :)
What is the bug?
Two commands in the building instructions are wrong:
Under the headline "Working in this repo" -> "steps to contribute" -> "5." is currently:
Run
npm useChrome
ornpm useFF
to select the browser you are developing for - this will copy the corresponding manifest.jsonbut has to be:
Run
npm run useChrome
ornpm run useFF
to select the browser you are developing for - this will copy the corresponding manifest.jsonAlso both scripts are not working on windows. This may also be worth a hint.
The text was updated successfully, but these errors were encountered: