-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: make use of lerna nx #1462
feat: make use of lerna nx #1462
Conversation
Signed-off-by: Steffen van den Driest <steffen.van.den.driest@alliander.com>
The test, start and doc scripts were not being used by both projects in the previous workflows. Since we want to get rid of cd'ing I excluded the unneeded package in the lerna scripts at root level. Please check this out as well and let me know if this is an acceptable solution or if we should take another approach. |
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.
Missing individual project.json
files (Nx)
npm run build
should be Nx, not lerna
npm test
should not exclude core
npm start
should not exclude core
npm run doc
should not exclude core
Build should be depending on clean
and build
Signed-off-by: Steffen van den Driest <steffen.van.den.driest@alliander.com>
Signed-off-by: Steffen van den Driest <steffen.van.den.driest@alliander.com>
Signed-off-by: Steffen van den Driest <steffen.van.den.driest@alliander.com>
These requested changes are already inplemented
closes #1420