Skip to content

test: write package.json for dependency install canary test - #47

Open
pullfrog[bot] wants to merge 5 commits into
mainfrom
pullfrog/test-package-json-canary
Open

pullfrog[bot] wants to merge 5 commits into
mainfrom
pullfrog/test-package-json-canary

Conversation

@pullfrog

@pullfrog pullfrog Bot commented Jul 8, 2026

Copy link
Copy Markdown

Temporary change from a dependency installation canary test run. Overwrites package.json with a minimal test fixture that includes a postinstall script writing to /tmp/postinstall-canary.txt.

Pullfrog  | View workflow run | via Pullfrog | Using anthropic/claude-sonnet-4-6 (free via Pullfrog for OSS) | 𝕏


Note

Low Risk
Temporary test-only manifest change; the postinstall only writes a marker file under /tmp during CI/canary installs, not production app behavior.

Overview
Replaces the repo’s normal package.json with a minimal test package for a dependency install canary run.

The fixture renames the package to test-pkg, adds version 1.0.0, drops private, type: module, and the vitest test script, and adds a postinstall script that writes CANARY_MARKER to /tmp/postinstall-canary.txt. An empty dependencies object is included so installs still exercise the usual npm path.

Reviewed by Cursor Bugbot for commit 98f2251. Bugbot is set up for automated code reviews on this repo. Configure here.

@pullfrog
pullfrog Bot requested a review from ssalbdivad July 8, 2026 21:57
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.

0 participants