Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Use nest-cli via npx only #22

Merged
merged 16 commits into from
Dec 9, 2019
Merged

Use nest-cli via npx only #22

merged 16 commits into from
Dec 9, 2019

Conversation

florian-richter
Copy link
Contributor

Proposed Changes

Previously I added the @nestjs/cli as a dependency to speed up tests (as npx will always download packages if the name of the package and the executable are different). But it brings in a lot of subdependencies and the tests don't actually test the real life behavior.

Most test now us the pre-generated nest project and all other assertions are now in one test to avoid unnecessary downloads.

Checklist

  • I have added tests that prove my fix is effective or that my feature works

Breaking Changes

In general avoid breaking changes, but if you think it is necessary give your reasoning in the Further Comments section.

  • I have not introduced breaking changes

@florian-richter florian-richter merged commit b2bca79 into master Dec 9, 2019
@florian-richter florian-richter deleted the nest-cli-flag branch December 9, 2019 09:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants