We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c20e6 commit f22ae7aCopy full SHA for f22ae7a
packages/tiny-agents/package.json
@@ -11,7 +11,7 @@
11
"module": "./dist/index.mjs",
12
"types": "./dist/index.d.ts",
13
"bin": {
14
- "tiny-agents": "./dist/src/cli.js"
+ "tiny-agents": "./dist/cli.js"
15
},
16
"exports": {
17
".": {
@@ -30,7 +30,7 @@
30
"format": "prettier --write .",
31
"format:check": "prettier --check .",
32
"prepublishOnly": "pnpm run build",
33
- "build": "tsup src/index.ts --format cjs,esm --clean && tsc --emitDeclarationOnly --declaration",
+ "build": "tsup src/*.ts --format cjs,esm --clean && tsc --emitDeclarationOnly --declaration",
34
"prepare": "pnpm run build",
35
"test": "vitest run",
36
"check": "tsc",
0 commit comments