Skip to content

Commit fcec287

Browse files
authored
Merge pull request #27 from hypercerts-org/chore/update_submodules
Fix build
2 parents 7e16d00 + 4bd1de7 commit fcec287

File tree

7 files changed

+346
-149
lines changed

7 files changed

+346
-149
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/hypercerts-api

Lines changed: 0 additions & 1 deletion
This file was deleted.

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)