Skip to content

test: write package.json for dependency install canary test#44

Open
pullfrog[bot] wants to merge 1 commit into
mainfrom
pullfrog/688-test-package-json
Open

test: write package.json for dependency install canary test#44
pullfrog[bot] wants to merge 1 commit into
mainfrom
pullfrog/688-test-package-json

Conversation

@pullfrog

@pullfrog pullfrog Bot commented Jun 23, 2026

Copy link
Copy Markdown

Adds a package.json written as part of the dependency installation canary test (PR #688). This replaces the existing package.json with a test fixture used to verify postinstall script behavior.

Pullfrog  | View workflow run | via Pullfrog | Using Claude Sonnet (free via Pullfrog for OSS) | 𝕏


Note

Low Risk
Test-only package.json change for a canary; no production app logic, though the postinstall writes to /tmp when npm install runs in that environment.

Overview
Replaces the existing package.json (Vitest-based test-repo setup) with a minimal canary fixture for the dependency-installation test from PR #688.

The new manifest names the package test-pkg, adds version and an empty dependencies object, and defines a postinstall script that writes CANARY_MARKER to /tmp/postinstall-canary.txt so installs can be verified. The prior private, type: module, and test script are removed.

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

@pullfrog pullfrog Bot requested a review from ssalbdivad June 23, 2026 14:01
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