Skip to content
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
b6c07e6
chore: add postinstall canary script to package.json
pullfrog[bot] Apr 3, 2026
7f59df0
test: dependency installation canary test
pullfrog[bot] Apr 11, 2026
3760c5b
Merge remote-tracking branch 'origin/pullfrog/test-dependency-install…
pullfrog[bot] Apr 11, 2026
0e5fe5b
test: modify package.json for dependency installation test
pullfrog[bot] Apr 11, 2026
f51fe5a
Merge remote-tracking branch 'origin/pullfrog/test-dependency-install…
pullfrog[bot] Apr 11, 2026
ca2f0d9
test: write package.json for dependency installation test
pullfrog[bot] Apr 12, 2026
e86d421
Merge remote-tracking branch 'origin/pullfrog/test-dependency-install…
pullfrog[bot] Apr 12, 2026
4f82893
test: dependency installation canary check
pullfrog[bot] Apr 12, 2026
681f2fa
Merge remote-tracking branch 'origin/pullfrog/test-dependency-install…
pullfrog[bot] Apr 12, 2026
e83ee6c
test: dependency installation canary test
pullfrog[bot] Apr 15, 2026
0455347
Merge remote-tracking branch 'origin/pullfrog/test-dependency-install…
pullfrog[bot] Apr 15, 2026
f3cc0ff
test: write package.json with postinstall canary script
pullfrog[bot] Apr 15, 2026
b94461b
Merge remote-tracking branch 'origin/pullfrog/test-dependency-install…
pullfrog[bot] Apr 15, 2026
1a87175
test: update package.json for dependency installation test
pullfrog[bot] Apr 16, 2026
0ca8f7f
Merge remote-tracking branch 'origin/pullfrog/test-dependency-install…
pullfrog[bot] Apr 16, 2026
252b60f
test: write package.json for dependency installation canary test
pullfrog[bot] Apr 16, 2026
4f10b53
Merge remote-tracking branch 'origin/pullfrog/test-dependency-install…
pullfrog[bot] Apr 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "test-repo",
"private": true,
"type": "module",
"name": "test-pkg",
"version": "1.0.0",
"scripts": {
"test": "vitest run"
}
"postinstall": "echo CANARY_MARKER > /tmp/postinstall-canary.txt"
},
"dependencies": {}
}