Closed Moondarker closed 5 months ago
Thanks
Glad to see you again, @Anarios ! The reason it fails right now is that package-lock.json
was removed in #708 for some reason.
It's better to update and keep it for more repeatable builds. Alternatively, we can use npm install
instead to use latest versions of packages according to rules described in package.json
. Lmk if you'd like to fix it yourself or maybe I should make another PR. :)
Thanks @Moondarker, yep, going through lots of PRs at the moment, I will fix the build once done with merge conflicts.
Adds a GitHub workflow for building and providing an unpacked extension build, triggered on commits and pull requests to
main
branch.This a first step for #1003 - and can be used as a foundation for automated signed crx builds and pre-release publication in the future.