Skip to content

Commit 050a855

Browse files
committed
👌 IMPROVE: add workflow example run command
1 parent 4faebb3 commit 050a855

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/nodejs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"threads.delete": "npx tsx ./examples/threads/threads.delete.ts",
3535
"threads.append": "npx tsx ./examples/threads/threads.append.ts",
3636
"threads.messages.list": "npx tsx ./examples/threads/threads.messages.list.ts",
37-
"threads.get": "npx tsx ./examples/threads/threads.get.ts"
37+
"threads.get": "npx tsx ./examples/threads/threads.get.ts",
38+
"workflows": "npx tsx ./examples/workflows/workflows.ts"
3839
},
3940
"keywords": [],
4041
"author": "Ahmad Awais <[email protected]> (https://twitter.com/MrAhmadAwais)",

0 commit comments

Comments
 (0)