You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create build process (maybe using changeset?) that can build and release modules to NPM for each adaptor
make sure that the new pnpm and/or changeset build stuff does everything that npm run build does and then npm publish --access=public
ensure that ast.json file is still generated and included as part of the NPM bundle so that platform-app can create visual docs
ensure that configuration-schema.json, if defined, is included in the NPM bundle so that lightning can create credential forms linked to specific adaptor versions
Later
someone... to add a version of install-lp which works on adaptors that are only published via NPM
support Js and Ts
add static site generator at the root which builds nice docs pages for each adaptor inside the adaptors repo
The text was updated successfully, but these errors were encountered:
@amberrignell , spoke with @josephjclark and he's going to spike this today. he will have a better sense of the estimate tomorrow and will let us know.
Building off this document, we expect:
Now
pnpm
and/orchangeset
build stuff does everything thatnpm run build
does and thennpm publish --access=public
ast.json
file is still generated and included as part of the NPM bundle so thatplatform-app
can create visual docsconfiguration-schema.json
, if defined, is included in the NPM bundle so thatlightning
can create credential forms linked to specific adaptor versionsLater
install-lp
which works on adaptors that are only published via NPMThe text was updated successfully, but these errors were encountered: