Install rollup native binary before server publish

This commit is contained in:
Shantur Rathore
2025-11-21 14:58:33 +00:00
parent d7edd4cf4a
commit 459b950ab6
2 changed files with 6 additions and 0 deletions

View File

@@ -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