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"