Skip to content

Commit

Permalink
ci: fix publish (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored May 9, 2024
1 parent a1a72ab commit 2c8d794
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/autotool/examples/01_node/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "@llamaindex/autotool-01-node-example",
"private": true,
"type": "module",
"dependencies": {
"@llamaindex/autotool": "workspace:*",
"llamaindex": "workspace:*",
"openai": "^4.33.0"
},
"devDependencies": {
"tsx": "^4.7.2"
},
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
}
Expand Down
1 change: 1 addition & 0 deletions packages/autotool/examples/02_nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@llamaindex/autotool-02-next-example",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c8d794

Please sign in to comment.