Conversation
508be60 to
d9fd73e
Compare
|
View your CI Pipeline Execution ↗ for commit 5a7c704
☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8e8c3e6 to
7b382df
Compare
7b382df to
6b1f15e
Compare
| "build:swagger-gen": "yarn nx run-many --target=build-swagger", | ||
| "publish": "yarn nx run-many --target=prepare-publish --exclude-task-dependencies && yarn nx run-many --target=publish --exclude=tag:private", | ||
| "publish:extensions": "yarn nx run-many --target=prepare-publish --exclude-task-dependencies && yarn nx run-many --target=publish-extension", | ||
| "publish": "yarn nx run-many --target=publish --exclude=tag:private", |
There was a problem hiding this comment.
it's going to rebuild everything on release branches where the cache is disabled, not ideal
There was a problem hiding this comment.
If the disable remote cache is a scenario to take in consideration, I will add a local cache transmission mechanism but factually the publish task requires the build task to be run before so the this dependency should remain to avoid mutated dist folder
There was a problem hiding this comment.
we actually disable the cache entirely on releases, not just remote cache
There was a problem hiding this comment.
I have then changed from local cache disabling to a remote cache only
Proposed change
feat: set-version at publish task
Related issues
- No issue associated -