File tree 1 file changed +3
-3
lines changed
packages/openapi-react-query
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
"default" : " ./dist/index.js"
19
19
},
20
20
"require" : {
21
- "types" : " ./dist/cjs/ index.d.cts" ,
22
- "default" : " ./dist/cjs/ index.cjs"
21
+ "types" : " ./dist/index.d.cts" ,
22
+ "default" : " ./dist/index.cjs"
23
23
}
24
24
},
25
25
"./*" : " ./*"
50
50
"build" : " pnpm run build:clean && pnpm run build:esm && pnpm run build:cjs" ,
51
51
"build:clean" : " del-cli dist" ,
52
52
"build:esm" : " tsc -p tsconfig.build.json" ,
53
- "build:cjs" : " esbuild --bundle --platform=node --target=es2019 --outfile=dist/index.cjs --external:@redocly/ajv --external:@redocly/openapi-core --external: typescript src/index.ts" ,
53
+ "build:cjs" : " esbuild --bundle --platform=node --target=es2019 --outfile=dist/index.cjs --external:typescript src/index.ts" ,
54
54
"dev" : " tsc -p tsconfig.build.json --watch" ,
55
55
"format" : " biome format . --write" ,
56
56
"lint" : " biome check ." ,
You can’t perform that action at this time.
0 commit comments