Skip to content

Commit 3098bda

Browse files
authored
Fix Preview release workflow (#302)
1 parent a17b153 commit 3098bda

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ jobs:
8080
- name: Install Dependencies
8181
run: yarn --immutable
8282

83-
- name: Preview
84-
run: yarn lint
83+
- name: Build Package
84+
run: yarn build
8585

86-
- run: |
87-
yarn build
88-
npx pkg-pr-new publish --compact
86+
- name: Preview
87+
run: npx pkg-pr-new publish --compact --packageManager=yarn

0 commit comments

Comments
 (0)