You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 bynexus build
. To include these in the build, we have to build the project withtsc
withnoEmit: 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.
The text was updated successfully, but these errors were encountered: