Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "push" script and task (#4762)
<!-- 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 -->
- Loading branch information