Skip to content

Commit b25d400

Browse files
authored
ci: add i18n package
1 parent 1d39c9d commit b25d400

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/dev-commandkit.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ on:
1010
- 'packages/create-commandkit/**'
1111
- 'packages/legacy/**'
1212
- 'packages/redis/**'
13+
- 'packages/i18n/**'
1314

1415
jobs:
1516
release:
1617
name: 🚀 Publish Dev Build
17-
runs-on: ubuntu-latest
18+
runs-on: macos-latest
1819
timeout-minutes: 7
1920
strategy:
2021
matrix:
@@ -24,6 +25,7 @@ jobs:
2425
create-commandkit,
2526
'@commandkit/legacy',
2627
'@commandkit/redis',
28+
'@commandkit/i18n',
2729
]
2830
include:
2931
- package: commandkit
@@ -34,6 +36,8 @@ jobs:
3436
path: packages/legacy
3537
- package: '@commandkit/redis'
3638
path: packages/redis
39+
- package: '@commandkit/i18n'
40+
path: packages/i18n
3741
fail-fast: false
3842
steps:
3943
- uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)