kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/700/head
rodzic
b2110896d1
commit
8651ab1abb
Plik diff jest za duży
Load Diff
|
@ -12,12 +12,8 @@
|
|||
"source": "./src/index.ts",
|
||||
"types": "./dist/index.d.ts",
|
||||
"sideEffects": false,
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
"bin": {
|
||||
"openapi-to-ts-client": "./dist/index.js"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
@ -28,8 +24,7 @@
|
|||
"clean": "del dist",
|
||||
"test": "run-s test:*",
|
||||
"test:lint": "eslint .",
|
||||
"test:typecheck": "tsc --noEmit",
|
||||
"test:unit": "vitest run"
|
||||
"test:typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@agentic/core": "workspace:*",
|
||||
|
|
|
@ -665,7 +665,7 @@ export class ${clientName} extends AIFunctionsProvider {
|
|||
console.log(output)
|
||||
await fs.mkdir(destFolder, { recursive: true })
|
||||
await fs.writeFile(destFileClient, output)
|
||||
await execa('npx', ['eslint', '--fix', destFileClient])
|
||||
await execa('npx', ['eslint', '--fix', '--no-ignore', destFileClient])
|
||||
}
|
||||
|
||||
await main()
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
export * from './generate'
|
Ładowanie…
Reference in New Issue