Skip to content

Commit 36cc3e6

Browse files
fix: build all packages step in actions
1 parent e559aa5 commit 36cc3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-nitrogen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: bun install
3939

4040
- name: Build all packages
41-
run: bun run build
41+
run: bun mmkv build
4242

4343
- name: Run nitrogen in packages/react-native-mmkv
4444
working-directory: packages/react-native-mmkv

0 commit comments

Comments
 (0)