From 2997f672a550a16254c41756f258f747a0ef71d0 Mon Sep 17 00:00:00 2001 From: "pullfrog[bot]" <226033991+pullfrog[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:20:55 +0000 Subject: [PATCH] chore: canary test package.json (test artifact) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ad988fb..10114a13 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": {} }