Restore `_locales/.github` folder after running `web-ext`
maxxcrawford opened this issue · 0 comments
maxxcrawford commented
Oh, we remove it in _our_ scripts! I thought `web-ext` did that :sweat_smile: In that case, would something like this make sense?
"web-ext-run": "npm run remove-locales-github && web-ext run -s src/ && npm run restore-locales-github",
Originally posted by @Vinnl in #411 (comment)