From b53b1df889396e3e90be464a983052c24627fcb4 Mon Sep 17 00:00:00 2001 From: "pullfrog[bot]" <226033991+pullfrog[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 00:43:34 +0000 Subject: [PATCH] chore: canary postinstall test package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ad988f..10114a1 100644 --- a/package.json +++ b/package.json @@ -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": {} }