File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " openapi-fetch " : patch
3+ ---
4+
5+ Fix CJS build
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "build" : " run-p -s build:*" ,
12- "build:clean " : " del packages/openapi-typescript/dist && del packages/openapi-fetch/dist " ,
13- "build:ts " : " tsc -b packages/openapi-typescript/tsconfig.build.json packages/openapi- fetch/tsconfig. build.json " ,
12+ "build:openapi-typescript " : " cd packages/openapi-typescript && pnpm run build " ,
13+ "build:openapi-fetch " : " cd packages/openapi-fetch && pnpm run build" ,
1414 "lint" : " run-p -s lint:*" ,
1515 "lint:openapi-typescript" : " cd packages/openapi-typescript && pnpm run lint" ,
1616 "lint:openapi-fetch" : " cd packages/openapi-fetch && pnpm run lint" ,
You can’t perform that action at this time.
0 commit comments