Skip to content
Snippets Groups Projects
Commit 5765b637 authored by Alex Yang's avatar Alex Yang
Browse files

build: fix jsr release

parent 72687b4f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@
"@llamaindex/env": "jsr:@llamaindex/env@0.1.1"
},
"publish": {
"include": ["LICENSE", "README.md", "src/**/*"]
"include": ["LICENSE", "README.md", "src/**/*", "jsr.json"]
}
}
......@@ -6,6 +6,6 @@
"./type": "./src/type.ts"
},
"publish": {
"include": ["LICENSE", "README.md", "src/**/*.ts"]
"include": ["LICENSE", "README.md", "src/**/*.ts", "jsr.json"]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment