-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reorganize workspaces into packages and apps #128
Conversation
remove phone-number-privacy namespsace from docker files directory
🦋 Changeset detectedLatest commit: bc14e5d The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay
…uild next install it does not replace the step
…o build. maybe this means some dev deps should actually be prod deps?
Description
Reorganizes workspaces structure to packages, and apps. rather than remanent structure from old celo-monorepo. this makes it easy to see what is a released package vs a deployed application
packages/phone-number-privacy/common => packages/common
packages/sdk/identity => packages/identity
packages/sdk/encrypted-backup => packages/encrypted-backup
packages/phone-number-privacy/signer => apps/signer
packages/phone-number-privacy/combiner => apps/combiner
packages/phone-number-privacy/monitor => apps/monitor
Other changes
moved docker files from dockerfiles/phone-number-privacy => dockerfiles (no sub directory)
Tested
locally ran build and test and waiting on ci
Related issues
Backwards compatibility
internal changes only
Documentation
internal changes only