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 npm publish to GitHub actions #203

Merged
merged 3 commits into from
Aug 29, 2023
Merged

Conversation

frederikprijck
Copy link
Member

@frederikprijck frederikprijck commented Aug 25, 2023

Description

Adds support to publish to npm using GitHub actions

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@frederikprijck frederikprijck requested a review from a team as a code owner August 25, 2023 12:36
.github/workflows/publish.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
cache: 'npm'

- name: Build package
run: npm run build
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this step required? Would it not be better to handle this in the prepublishOnly script?

Copy link
Member Author

@frederikprijck frederikprijck Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a migrate to github actions as is, can circle back. It was like this before.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, then let's just leave it as is :)

@frederikprijck frederikprijck enabled auto-merge (squash) August 28, 2023 20:18
@frederikprijck frederikprijck merged commit 3ca5403 into beta Aug 29, 2023
4 checks passed
@frederikprijck frederikprijck deleted the frederikprijck-patch-2 branch August 29, 2023 03:36
frederikprijck added a commit that referenced this pull request Oct 27, 2023
Co-authored-by: Jon Koops <jonkoops@gmail.com>
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.

3 participants