File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/openapi-typescript Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 43
43
"build" : " run-s -s build:*" ,
44
44
"build:clean" : " del dist" ,
45
45
"build:esm" : " tsc -p tsconfig.build.json" ,
46
- "build:cjs" : " esbuild --bundle --platform=node --target=es2019 --outfile=dist/index.cjs --external:@redocly/ajv --external:@redocly/openapi-core --external:typescript src/index.ts --footer:js= \" module.exports = module.exports.default; \" " ,
46
+ "build:cjs" : " esbuild --bundle --platform=node --target=es2019 --outfile=dist/index.cjs --external:@redocly/ajv --external:@redocly/openapi-core --external:typescript src/index.ts" ,
47
47
"dev" : " tsc -p tsconfig.build.json --watch" ,
48
48
"download:schemas" : " vite-node ./scripts/download-schemas.ts" ,
49
49
"format" : " prettier --write \" src/**/*\" " ,
You can’t perform that action at this time.
0 commit comments