-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add workflow to automatically build for npm changes #209
Conversation
c8665c2
to
23fce7b
Compare
@kzantow any ideas why the checks failed? Would it be possible to re-run them? |
There is a bit of a problem enabling dependabot on this repository: the |
We can do it with a GitHub action using https://github.com/dependabot/fetch-metadata |
Hi @lucacome if you feel like adding a workflow for this, that would be great! It basically just needs to run |
4963927
to
08b3761
Compare
@kzantow finally got around to adding the workflow. |
Trying to move this forward, we needed some dependabot PRs to test this workflow with, so we went ahead and enabled dependabot in this PR and will revisit this PR to enable automatic update of dist/js files and auto merging of passing dependency updates. |
Signed-off-by: Luca Comellini <[email protected]>
08b3761
to
cd37eb9
Compare
Thanks @kzantow I've rebased the PR |
Adds workflow to automatically build for npm changes