Skip to content

Commit 1aff2eb

Browse files
committed
github workflow: Use --include=optional to resolve rollup dependency error
1 parent 04cda6f commit 1aff2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install UI dependencies
5252
run: |
5353
cd ui
54-
npm install
54+
npm ci --include=optional
5555
5656
- name: Build UI
5757
run: |

0 commit comments

Comments
 (0)