Skip to content

Add test-pkg package.json for dependency installation test - #52

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

Add test-pkg package.json for dependency installation test#52
pullfrog[bot] wants to merge 1 commit into
mainfrom
pullfrog/1022-test-pkg-package-json

Conversation

@pullfrog

@pullfrog pullfrog Bot commented Jul 31, 2026

Copy link
Copy Markdown

Adds a package.json written during the dependency installation behavior test. The file defines a postinstall script that writes a canary file to /tmp/postinstall-canary.txt, used to verify whether postinstall scripts run during npm install.

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


Note

Low Risk
Test-only package metadata with a local postinstall side effect; no production app or auth/data paths touched.

Overview
Replaces the repo’s package.json with a minimal test-pkg fixture used to exercise dependency installation behavior.

The new manifest adds a postinstall script that writes CANARY_MARKER to /tmp/postinstall-canary.txt, so tests can tell whether npm install actually runs lifecycle scripts. The previous Vitest test script and private/type: module setup are removed in favor of this empty dependencies stub.

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

@pullfrog
pullfrog Bot requested a review from colinhacks July 31, 2026 05:22
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