Skip to content

Commit 63321b9

Browse files
committed
ci: add fabric flag on CI
1 parent 805bcb8 commit 63321b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-templates.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
- name: Create library
9090
run: |
9191
WORK_DIR=tmp-${{ matrix.type }}-${{ matrix.language }}
92-
./packages/create-react-native-library/bin/create-react-native-library "$WORK_DIR" \
92+
93+
EXPERIMENTAL_FABRIC_ENABLED=1 ./packages/create-react-native-library/bin/create-react-native-library "$WORK_DIR" \
9394
--slug @bob/react-native-test \
9495
--description test \
9596
--author-name test \

0 commit comments

Comments
 (0)