We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d39c9d commit b25d400Copy full SHA for b25d400
1 file changed
.github/workflows/dev-commandkit.yaml
@@ -10,11 +10,12 @@ on:
10
- 'packages/create-commandkit/**'
11
- 'packages/legacy/**'
12
- 'packages/redis/**'
13
+ - 'packages/i18n/**'
14
15
jobs:
16
release:
17
name: 🚀 Publish Dev Build
- runs-on: ubuntu-latest
18
+ runs-on: macos-latest
19
timeout-minutes: 7
20
strategy:
21
matrix:
@@ -24,6 +25,7 @@ jobs:
24
25
create-commandkit,
26
'@commandkit/legacy',
27
'@commandkit/redis',
28
+ '@commandkit/i18n',
29
]
30
include:
31
- package: commandkit
@@ -34,6 +36,8 @@ jobs:
34
36
path: packages/legacy
35
37
- package: '@commandkit/redis'
38
path: packages/redis
39
+ - package: '@commandkit/i18n'
40
+ path: packages/i18n
41
fail-fast: false
42
steps:
43
- uses: pnpm/action-setup@v2
0 commit comments