Skip to content

Commit 55cea32

Browse files
committed
Clean script fixed
1 parent 3b24e77 commit 55cea32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linkedapi/linkedin-cli",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "AI-agent-friendly CLI for controlling LinkedIn accounts and retrieving real-time data.",
55
"author": "Linked API",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
],
2525
"scripts": {
2626
"build": "tsc && tsc-alias && npm run manifest",
27-
"clean": "rm -rf dist",
27+
"clean": "rm -rf dist tsconfig.tsbuildinfo",
2828
"dev": "tsc --watch",
2929
"lint": "eslint src --fix",
3030
"format": "prettier --write \"src/**/*.ts\"",

0 commit comments

Comments
 (0)