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

Force include directories in build #1383

Open
mipyykko opened this issue Aug 27, 2020 · 0 comments
Open

Force include directories in build #1383

mipyykko opened this issue Aug 27, 2020 · 0 comments
Labels
type/feat Add a new capability or enhance an existing one

Comments

@mipyykko
Copy link

Perceived Problem

Our project has a directory of scripts that are run as cronjobs etc. None of them are imported from outside this directory, and none of them import nexus, so they are not emitted to the build created by nexus build. To include these in the build, we have to build the project with tsc with noEmit: false and copy the scripts to the existing, nexus-generated build.

Ideas / Proposed Solution(s)

Provide a way to define directories to be included in the build.

@mipyykko mipyykko added the type/feat Add a new capability or enhance an existing one label Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feat Add a new capability or enhance an existing one
Projects
None yet
Development

No branches or pull requests

1 participant