Skip to content
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

Merged
merged 13 commits into from
Oct 30, 2023
Merged

reorganize workspaces into packages and apps #128

merged 13 commits into from
Oct 30, 2023

Conversation

aaronmgdr
Copy link
Member

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

remove phone-number-privacy namespsace from docker files directory
@changeset-bot
Copy link

changeset-bot bot commented Oct 27, 2023

🦋 Changeset detected

Latest commit: bc14e5d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When 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

Copy link
Collaborator

@alecps alecps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay

@aaronmgdr aaronmgdr merged commit cb6a428 into main Oct 30, 2023
13 checks passed
@aaronmgdr aaronmgdr deleted the chore/reorg branch October 30, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restructure Repo
2 participants