-
Notifications
You must be signed in to change notification settings - Fork 197
chore: refactor the repo into a monorepo managed by lerna #84
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
Conversation
b-admike
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great effort @raymondfeng 💯. Overall, I like this approach, but it would be great for reviewers if you were to split this commit into smaller logical/progressive ones or perhaps in a comment share what you've had to do to get to this point so people are aware of what kind of changes went in (good for learning too :-)).
packages/recommender/src/__tests__/integration/recommender.integration.ts
Show resolved
Hide resolved
379190d to
2e41ef4
Compare
Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
b-admike
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from my view, others might have more feedback. Thank you for splitting the patch into smaller commits 👍. I guess this supersedes #82 too.
| } from '../../src/keys'; | ||
| const recommendations = require('../../recommender/recommendations.json'); | ||
| createRecommendationServer, | ||
| HttpServer, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a re-export from @loopback/http-server?
packages/recommender/src/__tests__/integration/recommender.integration.ts
Show resolved
Hide resolved
| // License text available at https://opensource.org/licenses/MIT | ||
|
|
||
| export * from './mock-recommendation-app'; | ||
| export * from '@loopback/http-server'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
Signed-off-by: Raymond Feng enjoyjava@gmail.com