-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: Add CI test build step and update build libs #36
Conversation
.github/workflows/tests.yaml
Outdated
|
||
- name: Dry-run of build | ||
shell: bash | ||
run: | |
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 think there's a cli arg that specifies a dry run here. Also curious why the pipe operator?
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.
@DrewHoo I looked for dry run, but the only thing I could find was tsc --build --dry
and that doesn't fail like tsc -p
does 🤷🏻
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.
Did you look at https://semantic-release.gitbook.io/semantic-release/usage/configuration#dryrun
If this is complicated, i think it's fine to defer & tackle later in another PR
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 tried npx semantic-release --dry-run
, but it doesn't fail that way either.
This reverts commit f438dcd.
🎉 This PR is included in version 1.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
ES6
toESNEXT