fix(core): split client/server tsdown builds to keep ws/node out of browser #1198
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish Any Commit | |
| on: [push, pull_request] | |
| permissions: {} | |
| jobs: | |
| release: | |
| uses: sxzz/workflows/.github/workflows/release-commit.yml@v1 | |
| with: | |
| packages: "'./packages/*'" | |
| compact: true |