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

Dist folder is inside the app itself #39

Open
YonatanKra opened this issue Sep 22, 2021 · 3 comments
Open

Dist folder is inside the app itself #39

YonatanKra opened this issue Sep 22, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@YonatanKra
Copy link

The dist folder should be in line with the Nx dist folder:
dist/apps/<my app>

@herefishyfish
Copy link
Sponsor

In your workspace.json you need to setup a copyTo rule for your project config.
"ios": { "configurations": { "build": { "copyTo": "../../dist/apps/my_app.ipa" } } }

iirc this is setup automatically using xplat.

@YonatanKra
Copy link
Author

Thanks.
I was unclear. What I mean is, it should be a feature in this package.

@NathanWalker
Copy link
Contributor

That makes sense @YonatanKra we can modify the default to create the build into the root dist/{appname} like other nx outputs.

@NathanWalker NathanWalker self-assigned this Sep 23, 2021
@NathanWalker NathanWalker added the enhancement New feature or request label Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants