-
Notifications
You must be signed in to change notification settings - Fork 4
feat: create js-pinning-service-http-client #1
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
Conversation
SgtPooki
commented
Mar 1, 2022
•
edited by lidel
Loading
edited by lidel
8c46285
to
0c7703c
Compare
decrease noise, just test LTS for now
0c7703c
to
5ce2a5a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I pushed small tweak to decrease CI noise
- it seems that the current error is not related to CI: I get the same
MODULE_NOT_FOUND
error when i runnpm i && npm run build
locally - windows build will remain broken unless you replace
.sh
scripts with.js
ones- i think it is acceptable to remove windows target from CI for now (can be fixed/added later)
- I am confused why we have duplicated
js-test-and-release.yml
andtest-and-release.yml
we most likely want to merge them into one
removed shell scripts fixed manipulation of tsc with tsc-silent, and instead call tsc-silent directly for the generated source
is a pain
1402c53
to
a0ebdd6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM, I've pushed some changes to README.md.
Ok to merge this, but before we ship it to NPM, we need to tweak publicly exported names.
I think we could do that in src/index.ts
and leave generated code as-is (details inline).
Up to you to decide if you want to rename in this PR or a separate one.
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |