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

Tasks that use "builtin" steps do not work after projen eject #1563

Open
Chriscbr opened this issue Jan 25, 2022 · 0 comments
Open

Tasks that use "builtin" steps do not work after projen eject #1563

Chriscbr opened this issue Jan 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Chriscbr
Copy link
Contributor

The current reason for this is that "builtin" steps depend on TypeScript/JavaScript files that are included in the projen distribution. Once projen is removed from the project and uninstalled, the files in node_modules/projen/... can no longer be accessed.

One solution that comes to mind is finding a way to bundle these files and add them to the "scripts" directory after projen is ejected.

Another solution could be to extract the projen task runner into its own tool/dependency.

@mrgrain mrgrain added the enhancement New feature or request label Nov 2, 2022
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

2 participants