diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 8dc5df9c..615e3396 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -78,6 +78,9 @@ jobs: - name: Install dependencies run: npm ci --workspaces + - name: Ensure rollup native binary + run: npm install @rollup/rollup-linux-x64-gnu --no-save + - name: Build server package run: npm run build --workspace @neuralnomads/codenomad diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2388c33b..68d3c573 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,6 +91,9 @@ jobs: - name: Install dependencies run: npm ci --workspaces + - name: Ensure rollup native binary + run: npm install @rollup/rollup-linux-x64-gnu --no-save + - name: Build server package run: npm run build --workspace @neuralnomads/codenomad