Skip to content

Commit 8f05919

Browse files
committed
chore: added schema generation script
1 parent ec179bd commit 8f05919

2 files changed

Lines changed: 478 additions & 33 deletions

File tree

packages/credential-design-manager/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
}
2424
},
2525
"scripts": {
26-
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
26+
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json",
27+
"generate-plugin-schema": "tsx ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
2728
},
2829
"dependencies": {
2930
"@sphereon/ssi-sdk.data-store-types": "workspace:*",

0 commit comments

Comments
 (0)