SolomonDefi / solomon-monorepo

Monorepo containing core Solomon apps, services, libraries, and deploy config.
6 stars 3 forks source link

Workspace subset #134

Closed solomondefi-dev closed 3 years ago

solomondefi-dev commented 3 years ago

After the Nx 13 update, project definitions in workspace.json were split to project.json files in individual apps/libs.

This is convenient, but caused a problem with Docker builds, since workspace.json now references all the individual project.json files, but only one file is copied.

It should be possible to do something similar to the package-subset.json file, for workspace.json.

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 1.3.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: