-
Notifications
You must be signed in to change notification settings - Fork 5
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
build bash script added #278
base: main
Are you sure you want to change the base?
Conversation
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.
Could you provide examples on how this is used? Thanks!
build-bash.sh
Outdated
cp ./src/ex.d.ts ./out/ex/index.d.ts | ||
|
||
# Publish or dry run publish | ||
if [ "$PUBLISH" = "true" ]; then |
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.
If I remember correctly, the PowerShell version disallows publishing if the unit tests are skipped. This should do the same.
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.
done. anything else?
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.
for the example it's just. yarn/npm bash-build, I didn't saw anything in readme about build. where you want me to add the example?
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.
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.
Hello! Apologies. Yes, I have this in my pendings. I am in the middle of authoring a client-sided Svelte router for Svelte v5, and that has taken the time away from me. No worries. I'll get to this. I'll be on vacation all of February.
No description provided.