From 5925cf5cc9dee66720d8a5e2a701e82b493377a8 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 7 Jan 2024 14:17:49 -0800 Subject: [PATCH] fix runfile --- runfile.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runfile.toml b/runfile.toml index 41e3c1dbc..5ba701b4e 100644 --- a/runfile.toml +++ b/runfile.toml @@ -1,4 +1,4 @@ [gen-ts-types] description = "generates typescript types for the ts client" -path = "client/ts" -cmd = "node ./generate_types.mjs" +path = "." +cmd = "node ./client/ts/generate_types.mjs"