Skip to content

Commit c65f89b

Browse files
committed
fix: run yarn install after polyrepo package rename
1 parent 08df742 commit c65f89b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
' \
117117
package.json > temp.json
118118
mv temp.json package.json
119+
yarn install --no-immutable
119120
120121
- name: Build
121122
run: ${{ inputs.build-command }}

0 commit comments

Comments
 (0)