Skip to content

How to use my local Nestjs-query repo ? #202

Answered by TriPSs
ValentinVignal asked this question in Q&A
Discussion options

You must be logged in to vote

When I want to test something in my local project:

# Build package and copy dist over to my project, restart server tehre
nx build query-core && cp -R ./dist/packages/query-core/src/ <.. location of other project>/node_modules/@ptc-org/nestjs-query-core/src

When I want to fix a bug I tend to add the bug into the examples and than isolate that test (only run tests matching that file/test name) with command nx test examples --watch

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TriPSs
Comment options

Answer selected by ValentinVignal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants