mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 322 forks source link

Fix failing test install by replacing $(npm bin) with npx #2506

Closed maxxcrawford closed 1 year ago

maxxcrawford commented 1 year ago

Tests keep failing bc $(npm bin) was not setting the correct path to run an executable.

See this answer for more info: https://stackoverflow.com/a/15157360