Skip to content
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 build and publish workflow #3

Merged
merged 26 commits into from
Oct 12, 2024
Merged

Add build and publish workflow #3

merged 26 commits into from
Oct 12, 2024

Conversation

ben-z
Copy link
Member

@ben-z ben-z commented Oct 12, 2024

This PR adds a workflow to build and publish the package. The package is published as a tgz file in build artifacts and releases.

Installation workflow from build artifact:

  1. Download the build artifact, extract to see the .tgz file
  2. npm i -g <path_to_file.tgz>
  3. watcloud-emails -h

Installation workflow from releases:

  1. Download the tgz file from a release
  2. npm i -g <path_to_file.tgz>
  3. watcloud-emails -h

@ben-z ben-z changed the title Add workflow to publish npm package Add build and publish workflow Oct 12, 2024
@ben-z ben-z merged commit 4d5a865 into main Oct 12, 2024
1 check passed
@ben-z ben-z deleted the benz/publish-pkg branch October 12, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant