Skip to content

Commit de63e45

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

File tree

2 files changed

+3
-102
lines changed

2 files changed

+3
-102
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

package-lock.json

Lines changed: 0 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)