Skip to content

Fix npm publish workflow not found error#19

Merged
swingerman merged 1 commit intomasterfrom
cursor/fix-npm-publish-workflow-not-found-error-0920
Oct 1, 2025
Merged

Fix npm publish workflow not found error#19
swingerman merged 1 commit intomasterfrom
cursor/fix-npm-publish-workflow-not-found-error-0920

Conversation

@swingerman
Copy link
Copy Markdown
Owner

Install dependencies in the publish job to resolve npm-run-all not found error during npm publish.

The publish job was failing because its prepare script, which runs yarn run css, depended on npm-run-all. However, dependencies were not installed in the publish job, leading to npm-run-all being unavailable. Adding setup-node and yarn install ensures all required dependencies are present before publishing.


Open in Cursor Open in Web

Co-authored-by: miklos.szanyi <miklos.szanyi@gmail.com>
@cursor
Copy link
Copy Markdown

cursor bot commented Oct 1, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@swingerman swingerman marked this pull request as ready for review October 1, 2025 07:17
@swingerman swingerman merged commit 3e03778 into master Oct 1, 2025
2 checks passed
@swingerman swingerman deleted the cursor/fix-npm-publish-workflow-not-found-error-0920 branch October 1, 2025 07:17
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.

2 participants