From 477eeadc14411f0e82306d7aa5a50509692d4435 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 2 Oct 2025 16:56:42 +0200 Subject: [PATCH] [fix] tools:plankton --- tools/update-plankton | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/update-plankton b/tools/update-plankton index 535aa95..663fd6b 100755 --- a/tools/update-plankton +++ b/tools/update-plankton @@ -43,8 +43,8 @@ mkdir -p ${dir} mkdir /tmp/sandbox -p cd /tmp/sandbox ptk fetch node ${modules} -schwamm --include=/tmp/sandboxplankton.swm.json --output=dump:logic-decl > ${dir}/plankton.d.ts -schwamm --include=/tmp/sandboxplankton.swm.json --output=dump:logic-impl > ${dir}/plankton.js +schwamm --include=/tmp/sandbox/plankton.swm.json --output=dump:logic-decl > ${dir}/plankton.d.ts +schwamm --include=/tmp/sandbox/plankton.swm.json --output=dump:logic-impl > ${dir}/plankton.js exit mkdir -p ${dir}