Skip to content

Commit

Permalink
fixed script
Browse files Browse the repository at this point in the history
  • Loading branch information
plxity committed Dec 5, 2024
1 parent cf14c9c commit 4bcfbf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"openapispec:generate": "npx @hey-api/openapi-ts",
"run:cli": "ts-node src/cli/index.ts",
"run:sample": "ts-node sample.ts",
"eslint": "eslint src/**/*.{ts,js} --config ./.eslint.config.mjs",
"prettier": "prettier --write src/**/*.{ts,js}",
"prettier:check": "prettier --check src/**/*.{ts,js}"
"eslint": "eslint src/**/*.{ts,js} --config eslint.config.mjs",
"prettier": "prettier --write src/**/*.{ts,js,cjs}",
"prettier:check": "prettier --check src/**/*.{ts,js,mjs,cjs}"
},
"bin": {
"composio-js": "./lib/src/cli/index",
Expand Down

0 comments on commit 4bcfbf7

Please sign in to comment.