We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec179bd commit 8f05919Copy full SHA for 8f05919
2 files changed
packages/credential-design-manager/package.json
@@ -23,7 +23,8 @@
23
}
24
},
25
"scripts": {
26
- "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
+ "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json",
27
+ "generate-plugin-schema": "tsx ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
28
29
"dependencies": {
30
"@sphereon/ssi-sdk.data-store-types": "workspace:*",
0 commit comments