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
As title says I am checking to see whether the command I am using to rebuild my api (nestjs) for my monorepo is the correct one once my buildable lib (entities for nestjs).
Currently I am only having entities and used as @repo/entities although soon I will have more like @repo/utils @repo/dto` so on so forth. Will this command
pnpm run dev --filter=api --filter=@repo/*
work well to rebuild my nestjs api once any of the @repo libs have changed? Does this rebuild all libs or only the one that got changed? (I think is the second one but I am double-chekin here)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hello all,
As title says I am checking to see whether the command I am using to rebuild my api (nestjs) for my monorepo is the correct one once my buildable lib (entities for nestjs).
Currently I am only having entities and used as
@repo/entitiesalthough soon I will have more like@repo/utils@repo/dto` so on so forth. Will this commandpnpm run dev --filter=api --filter=@repo/*work well to rebuild my nestjs api once any of the
@repolibs have changed? Does this rebuild all libs or only the one that got changed? (I think is the second one but I am double-chekin here)Thanks in advance.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions