Skip to content

Commit b17bd28

Browse files
committed
bump to 0.2.1
1 parent c9078e4 commit b17bd28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ekaone/json-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "AI-powered CLI task runner with JSON command plans",
55
"keywords": ["ai", "agent", "cli", "task-runner", "llm"],
66
"author": {
@@ -31,7 +31,7 @@
3131
},
3232
"scripts": {
3333
"dev": "tsx src/cli.ts",
34-
"build": "pnpm typecheck && pnpm clean && pnpm tsup",
34+
"build": "pnpm typecheck && pnpm test && pnpm clean && pnpm tsup",
3535
"clean": "rimraf dist",
3636
"prepublishOnly": "pnpm run clean && pnpm run test && pnpm run build",
3737
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)