Skip to content

Commit 5bffcc1

Browse files
committed
ci(preview): temporarily disable preview template due to React 19 compatibility issues
1 parent fb26c95 commit 5bffcc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
run: npm run build
2424

2525
- name: Publish preview
26-
run: npx pkg-pr-new publish --compact --comment=update --template './.github/PREVIEW_TEMPLATE/*'
26+
# TODO: use the commented line below when package is react19 compatible
27+
# run: npx pkg-pr-new publish --compact --comment=update --template './.github/PREVIEW_TEMPLATE/*'
28+
run: npx pkg-pr-new publish --compact --comment=update

0 commit comments

Comments
 (0)