Skip to content

Commit

Permalink
feat: move schema generation to own plugin because of transitive depe…
Browse files Browse the repository at this point in the history
…ndency issues upstream
nklomp committed May 27, 2023
1 parent 58002a8 commit 51c5156
Showing 3 changed files with 1 addition and 167 deletions.
2 changes: 1 addition & 1 deletion packages/dev/lib/dev.ts
Original file line number Diff line number Diff line change
@@ -165,7 +165,7 @@ dev
interfaces[pluginInterfaceName] = api
}

writeFileSync(resolve('./src/plugin.schema.json'), JSON.stringify(interfaces, null, 2))
writeFileSync(resolve('./plugin.schema.json'), JSON.stringify(interfaces, null, 2))
})

dev
90 changes: 0 additions & 90 deletions packages/vc-handler-ld-local/src/__tests__/fixtures/gx.ts

This file was deleted.

76 changes: 0 additions & 76 deletions packages/vc-handler-ld-local/src/__tests__/interop/gx.test.ts

This file was deleted.

0 comments on commit 51c5156

Please sign in to comment.