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

Svelte: Project name mismatch #1033

Open
floratmin opened this issue Sep 27, 2023 · 0 comments
Open

Svelte: Project name mismatch #1033

floratmin opened this issue Sep 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@floratmin
Copy link

When creating a project with nx generate @nxext/svelte:application web --directory apps then the directory names of the projects for the svelte app and the cypress e2e do not follow the naming standard. The svelte app is named apps-web and is located in the directory apps/web, the e2e test is named apps-web-e2e and is located in the directory apps/apps-web-e2e. There is an additional apps- in the directory name for the cypress e2e test directory.
When using the additional --directory flag then the svelte application is put into the right directory. For example the command nx generate @nxext/svelte:application web --directory tool will generate the app in the directory apps/tool/web but the tests are located in the directory apps/tool-web-e2e. The flag -projectNameAndRootFormat appears to make no difference with either value.

@floratmin floratmin added the bug Something isn't working label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant