feat: add build.withApp option to auto-generate static devtools with … #735
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 |