Fix postinstall script path for first-run completion

This commit is contained in:
Alex Newman
2025-12-09 14:35:57 -05:00
parent d9f3798c90
commit c5ee27f001
+1 -1
View File
@@ -31,7 +31,7 @@
},
"scripts": {
"build": "node scripts/build-hooks.js",
"postinstall": "touch plugin/.first-run-complete || true",
"postinstall": "touch .first-run-complete || true",
"test": "vitest",
"test:parser": "npx tsx src/sdk/parser.test.ts",
"test:context": "echo '{\"session_id\":\"test-'$(date +%s)'\",\"cwd\":\"'$(pwd)'\",\"source\":\"startup\"}' | node plugin/scripts/context-hook.js 2>/dev/null",