We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431a98f commit d176dc9Copy full SHA for d176dc9
.changeset/spotty-eggs-tickle.md
@@ -0,0 +1,5 @@
1
+---
2
+"openapi-fetch": patch
3
4
+
5
+Fix CJS build
package.json
@@ -9,8 +9,8 @@
9
},
10
"scripts": {
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",
+ "build:openapi-typescript": "cd packages/openapi-typescript && pnpm run build",
+ "build:openapi-fetch": "cd packages/openapi-fetch && pnpm run build",
14
"lint": "run-p -s lint:*",
15
"lint:openapi-typescript": "cd packages/openapi-typescript && pnpm run lint",
16
"lint:openapi-fetch": "cd packages/openapi-fetch && pnpm run lint",
0 commit comments