-
Notifications
You must be signed in to change notification settings - Fork 39
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
chore: reduce project.json duplication and split prepublish #2658
Conversation
View your CI Pipeline Execution ↗ for commit dcd6f8f.
☁️ Nx Cloud last updated this comment at |
29ce3df
to
3e07761
Compare
7216b6a
to
1f5f72d
Compare
1f5f72d
to
6c50eb6
Compare
@@ -16,15 +16,14 @@ | |||
"build:tools": "yarn nx run-many --target=build --projects=eslint-plugin,workspace", | |||
"build:lint": "yarn nx run-many --target=build --projects=eslint-plugin", | |||
"build:swagger-gen": "yarn nx run-many --target=build-swagger", | |||
"prepare:publish": "yarn prepare-publish \"$(yarn workspaces:list)\" --append dist", |
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.
The goal of this task was to fix #112, is this no longer applicable?
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.
It is still valid on Nx 19 (4s per prepare-publish task) but it is greatly reduced in Nx 20 (< 200ms).
deddd46
to
14044a2
Compare
chore: split npm prepublish task
14044a2
to
dcd6f8f
Compare
Proposed change
chore: reduce project.json duplication
chore: split npm prepublish task
Related issues
- No issue associated -