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 18391cd commit 19c10bbCopy full SHA for 19c10bb
.github/workflows/client-build.yml
@@ -28,5 +28,9 @@ jobs:
28
- name: Install dependencies
29
run: npm install
30
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
+
35
- name: Build Front End
- run: npm run build
36
+ run: npm run build
0 commit comments