Skip to content

Commit 272c48c

Browse files
committed
fix(api): replace submodule with http path
replaces api submodule with endpoint call to build orval client
1 parent 7e16d00 commit 272c48c

File tree

3 files changed

+334
-140
lines changed

3 files changed

+334
-140
lines changed

lib/hypercerts-api

Submodule hypercerts-api deleted from 8c970ab

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"scripts": {
7373
"build": "pnpm types:json && pnpm codegen:api && rollup -c",
74-
"codegen:api": "npx orval --input ./lib/hypercerts-api/src/__generated__/swagger.json --output ./src/__generated__/api.ts",
74+
"codegen:api": "npx orval --input https://api.hypercerts.org/swagger.json --output ./src/__generated__/api.ts",
7575
"clean": "rm -rf ./dist",
7676
"prebuild": "pnpm clean",
7777
"prepack": "pnpm build",

0 commit comments

Comments
 (0)