Closed Nix-da closed 10 months ago
Fixed by #132 Will be merged into main with next release.
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.
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.