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

Fix missing build on publish #219

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Fix missing build on publish #219

merged 1 commit into from
Oct 31, 2023

Conversation

aefhm
Copy link
Contributor

@aefhm aefhm commented Oct 31, 2023

Description

#203 had a bug where the build step was skipped when publishing.

Specifically, we need to explicitly set ignore-scripts to false for this action. We can see that the only prepublish step is to build.

"prepublishOnly": "pnpm build"

I believe that using a separate workflow build step is unnecessary.

@aefhm aefhm added p:0 Priority: very high js client labels Oct 31, 2023
@aefhm aefhm self-assigned this Oct 31, 2023
@aefhm aefhm marked this pull request as ready for review October 31, 2023 03:59
@aefhm aefhm requested a review from CedarMist October 31, 2023 14:44
@aefhm aefhm merged commit ed9e06b into main Oct 31, 2023
13 checks passed
@aefhm aefhm deleted the xz/fix-publish branch October 31, 2023 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client p:0 Priority: very high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants