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

Convert to monorepo #591

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Convert to monorepo #591

merged 1 commit into from
Feb 9, 2022

Conversation

SergeAstapov
Copy link
Contributor

This follows Porting an Addon to V2 guide

This is prerequisite for v2 addon conversion

Copy link
Collaborator

@lukemelia lukemelia left a comment

Choose a reason for hiding this comment

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

Thanks for working on this @SergeAstapov

.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/dependabot.yml Outdated Show resolved Hide resolved
},
"scripts": {
"build": "ember build --environment=production",
"deploy": "yarn ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\"; git push; git checkout -",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Will this still work with the changed paths?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lukemelia I don't see why it wouldn't work:
ember-cli-github-pages is dependency of the test-app hence all should just work.

The only difference if that yarn deploy command need to be run from /test-app folder instead of root folder.

unless I'm missing something

Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's try it after merging and find out!

This follows [Porting an Addon to V2 guide](https://github.com/embroider-build/embroider/blob/main/PORTING-ADDONS-TO-V2.md)

This is prerequisite for v2 addon conversion
@SergeAstapov SergeAstapov merged commit 90e87bf into adopted-ember-addons:master Feb 9, 2022
@SergeAstapov SergeAstapov deleted the v2-addon branch February 9, 2022 16:42
This was referenced Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants