Skip to content

Commit f22ae7a

Browse files
committed
Hotfix again
1 parent 28c20e6 commit f22ae7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tiny-agents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"module": "./dist/index.mjs",
1212
"types": "./dist/index.d.ts",
1313
"bin": {
14-
"tiny-agents": "./dist/src/cli.js"
14+
"tiny-agents": "./dist/cli.js"
1515
},
1616
"exports": {
1717
".": {
@@ -30,7 +30,7 @@
3030
"format": "prettier --write .",
3131
"format:check": "prettier --check .",
3232
"prepublishOnly": "pnpm run build",
33-
"build": "tsup src/index.ts --format cjs,esm --clean && tsc --emitDeclarationOnly --declaration",
33+
"build": "tsup src/*.ts --format cjs,esm --clean && tsc --emitDeclarationOnly --declaration",
3434
"prepare": "pnpm run build",
3535
"test": "vitest run",
3636
"check": "tsc",

0 commit comments

Comments
 (0)