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 fb26c95 commit 5bffcc1Copy full SHA for 5bffcc1
.github/workflows/preview.yml
@@ -23,4 +23,6 @@ jobs:
23
run: npm run build
24
25
- name: Publish preview
26
- run: npx pkg-pr-new publish --compact --comment=update --template './.github/PREVIEW_TEMPLATE/*'
+ # 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