Skip to content

Commit 19c10bb

Browse files
Update client-build.yml
1 parent 18391cd commit 19c10bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/client-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ jobs:
2828
- name: Install dependencies
2929
run: npm install
3030

31+
# Rollup is needed for CI build since its ubuntu and we are developing mostly on mac
32+
- name: Install Rollup
33+
run: npm i --save-dev @rollup/rollup-linux-x64-gnu
34+
3135
- name: Build Front End
32-
run: npm run build
36+
run: npm run build

0 commit comments

Comments
 (0)