carp.core-kotlin icon indicating copy to clipboard operation
carp.core-kotlin copied to clipboard

Append JS and TypeScript sources as an artifact to CARP releases

Open Whathecode opened this issue 3 years ago • 1 comments

Without compiling the CARP project, front-end developers currently don't have access to JS sources. Ideally, JS and TS should be published to npm, but until then, appending them as artifacts to releases as part of the CD pipeline should be fairly trivial.

Whathecode avatar Mar 23 '22 10:03 Whathecode

There are currently also missing package.json files for the kotlin packages:

  • Kotlin-DateTime-library-kotlinx-datetime
  • kotlin-kotlin-stdlib
  • kotlinx-serialization-kotlinx-serialization-core
  • kotlinx-serialization-kotlinx-serialization-json

Whathecode avatar Apr 13 '24 09:04 Whathecode