fix(artifact): include package and lock files in dist payload#43
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe changes add support for collecting and including root artifact files (package.json, lockfiles) in the artifact tree alongside dist files. A new Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
package.jsonin artifact branch payloadsbun.lock,bun.lockb,package-lock.json,pnpm-lock.yaml,yarn.lock,npm-shrinkwrap.jsonwhen present)manifest.json,dist/**, optionalaction.yml, optional.github/workflows/compute.yml)bun.lockbbase64 encodingWhy
dist/*compute workflows that runbun install --frozen-lockfilerequire bothpackage.jsonand a lockfile. Without them, runs fail before plugin execution.Validation
bun run testpasses inaction-deploy-pluginCloses ubiquity-os/ubiquity-os-kernel#320