Skip to content

add package.json with postinstall canary script - #48

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

add package.json with postinstall canary script#48
pullfrog[bot] wants to merge 5 commits into
mainfrom
pullfrog/1022-test-package-json

Conversation

@pullfrog

@pullfrog pullfrog Bot commented Jul 10, 2026

Copy link
Copy Markdown

Adds a package.json written during the dependency installation behavior test (PR #1022). The postinstall script writes a canary file to /tmp/postinstall-canary.txt; the canary was not produced because npm install failed with an unknown error.

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


Note

Low Risk
Test-only manifest change; the postinstall script is intentional for install verification and does not affect application runtime in normal use.

Overview
Replaces the repo’s minimal Vitest-oriented package.json with a test-pkg fixture used for dependency-install behavior tests.

The manifest drops private, type: module, and the test script, adds version 1.0.0, an empty dependencies, and a postinstall script that writes CANARY_MARKER to /tmp/postinstall-canary.txt so installs can be verified when npm install succeeds.

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

@pullfrog
pullfrog Bot requested a review from ssalbdivad July 10, 2026 18:47
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