-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Adds a monorepo structure #261
Conversation
a412252
to
085265c
Compare
The last E2E job can take a snapshot of the file system and pack it into an archive. Restoring the archive on local may be a good way to debug the failing state. UpdateIt's useful to run a failing job with SSH and browse the remote machine's state from your local: $ ssh -P <CIRCLECI_PORT> <CIRCLECI_HOST>
It's also possible to archive and copy files from the remote machine to inspect its state: $ scp -i ~/.ssh/your_ssh_key -P <CIRCLECI_PORT> -r <USERNAME>@<CIRCLECI_HOST>:/root/<PWD> <COPY_DIST> ResolvedThe failing E2E job has been fixed by updating a Cypress docker container to include Chrome 78. |
bd3884a
to
db5c8c4
Compare
385c14f
to
a53979f
Compare
9232414
to
7c844cf
Compare
Adopts a monorepo pattern for the repository that splits Atomic Layout into the core and rendering parts. This is a crucial pre-requisite for this library to become styling- and rendering-agnostic.
Changes
GitHub
Release version
Contributor's checklist
master
yarn ci
and verified the build and tests passingRoadmap
@atomic-layout/core
atomic-layout
depend on@atomic-layout/core
@atomic-layout/core
atomic-layout
atomic-layout
atomic-layout
generateComponents
fromparseTemplate
compositionLayout
instance is as intended@atomic-layout/core
as an external dependency during UMD/ESM build (needs to throw if it's not present)lerna publish
yarn ci
command is removed