Trigger a parent git repo prepublish when packages are rebuilt#19
Trigger a parent git repo prepublish when packages are rebuilt#19eoghanmurray wants to merge 1 commit intomasterfrom
Conversation
|
| "start": "vite", | ||
| "check-types": "svelte-check --tsconfig ./tsconfig.json", | ||
| "prepublish": "yarn build", | ||
| "prepublish": "yarn build && sh ../../../prepublish-rrweb.sh", |
There was a problem hiding this comment.
CRITICAL: The referenced script prepublish-rrweb.sh does not exist in the repository. This will cause the publish command to fail when running npm publish or yarn publish.
| "retest:update": "cross-env PUPPETEER_HEADLESS=true yarn retest --update", | ||
| "check-types": "tsc -noEmit", | ||
| "prepublish": "tsc -noEmit && vite build", | ||
| "prepublish": "tsc -noEmit && vite build && sh ../../../prepublish-rrweb.sh", |
There was a problem hiding this comment.
CRITICAL: The referenced script prepublish-rrweb.sh does not exist in the repository. This will cause the publish command to fail when running npm publish or yarn publish.
Code Review SummaryStatus: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)CRITICAL
Other Observations (not in diff)No additional observations. Files Reviewed (2 files)
Fix these issues in Kilo Cloud: https://app.kilo.ai/cloud-agent-fork/review/5f2187dd-f9ac-4f8d-9db6-9e713915902f |
No description provided.