Skip to content

Commit 935d4e7

Browse files
committed
Build TS helpers before building fetch
1 parent fabd85b commit 935d4e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"scripts": {
1111
"build": "run-p -s build:*",
1212
"build:openapi-typescript": "cd packages/openapi-typescript && pnpm run build",
13-
"build:openapi-typescript-helpers": "cd packages/openapi-typescript-helpers && pnpm run build",
14-
"build:openapi-fetch": "cd packages/openapi-fetch && pnpm run build",
13+
"build:openapi-fetch": "cd packages/openapi-typescript-helpers && pnpm run build && cd ../openapi-fetch && pnpm run build",
1514
"lint": "run-p -s lint:*",
1615
"lint:openapi-typescript": "cd packages/openapi-typescript && pnpm run lint",
1716
"lint:openapi-typescript-helpers": "cd packages/openapi-typescript-helpers && pnpm run lint",

0 commit comments

Comments
 (0)