Bump to 1.0.38: fix postinstall not copying app dir when binary exists

The postinstall.mjs early-returned when the binary was already present,
skipping the app/ directory copy from the platform package entirely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gab
2026-04-15 14:31:53 +10:00
parent cdae3f5a99
commit dfdfa40691
2 changed files with 20 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "1.0.37",
"version": "1.0.38",
"name": "@toothfairyai/tfcode",
"type": "module",
"license": "MIT",