-
Notifications
You must be signed in to change notification settings - Fork 364
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
Remove "push" script and task #4762
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4762 +/- ##
=======================================
Coverage 49.06% 49.06%
=======================================
Files 1054 1054
Lines 56865 56865
Branches 3888 3888
=======================================
Hits 27902 27902
Misses 28330 28330
Partials 633 633
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
2ca501e
to
fa7a544
Compare
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on modifying the `turbo.json` and `package.json` configuration files, specifically removing certain caching options and adjusting command scripts related to the build process. ### Detailed summary - In `turbo.json`, removed the `push` configuration and its `cache` and `dependsOn` settings. - In `package.json`, removed the `push` script that executed `turbo run push --filter=./packages/*`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
fa7a544
to
3b91dad
Compare
PR-Codex overview
This PR focuses on modifying the
turbo.json
andpackage.json
configuration files by removing thepush
configuration fromturbo.json
and updating thepackage.json
scripts related to nightly releases.Detailed summary
push
configuration fromturbo.json
, including itscache
option anddependsOn
array.package.json
by removing thepush
script that triggeredturbo run push --filter=./packages/*
.