Skip to content

Commit

Permalink
Monorepo Split
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Nov 30, 2023
1 parent cf2b661 commit a3b6326
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 112 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/monorepo-split-apps.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/monorepo-split-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,19 @@ jobs:
fail-fast: false
matrix:
package:
- tallui-icons-builder
- tallui-package-builder
- builder
steps:
- uses: actions/checkout@v3

- if: "!startsWith(github.ref, 'refs/tags/')"

uses: "symplify/[email protected]"
with:
tag: ${GITHUB_REF#refs/tags/}

package_directory: "_builder/${{ matrix.package }}"
package_directory: "_other/${{ matrix.package }}"

repository_organization: "usetall"
repository_organization: "moox"
repository_name: "${{ matrix.package }}"

user_name: "tallui-bot"
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/monorepo-split-components.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/monorepo-split-icons.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/monorepo-split-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
fail-fast: false
matrix:
package:
- tallui-admin-panel
- tallui-core
- blog

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions _packages/blog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wip

0 comments on commit a3b6326

Please sign in to comment.