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 9
9
},
10
10
"scripts" : {
11
11
"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" ,
14
14
"lint" : " run-p -s lint:*" ,
15
15
"lint:openapi-typescript" : " cd packages/openapi-typescript && pnpm run lint" ,
16
16
"lint:openapi-fetch" : " cd packages/openapi-fetch && pnpm run lint" ,
You can’t perform that action at this time.
0 commit comments