Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
273 stars 48 forks source link

fix(rollup): fix locale location to help with rollup release script #266

Closed anthony-liddle closed 2 years ago

anthony-liddle commented 2 years ago

Goal

Update locale file location so rollup release script will copy the directory correctly.

Todos:

Implementation Decisions

Rollup was having difficulty copying the _locales folder to the correct location with the release script. By updating locations I was able to solve this issue.