From 4f15dbdac27020d94a9804a1f4d10eee1420c377 Mon Sep 17 00:00:00 2001 From: meem08 <103323075+meem08@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:02:26 +0000 Subject: [PATCH] Fix Rollup native-binding workaround at root level (#1255) --- .github/workflows/ci.yml | 7 ++----- package.json | 5 +++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2700131..cf729934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,7 @@ jobs: run: npm run lint working-directory: frontend - - name: Install Rollup Native Binding - run: npm install @rollup/rollup-linux-x64-gnu --no-save - working-directory: frontend + - name: Run Frontend Tests run: npm run test:coverage @@ -90,8 +88,7 @@ jobs: run: npm run build working-directory: backend - - name: Install Rollup Native Binding - run: npm install @rollup/rollup-linux-x64-gnu --no-save + - name: Run Backend Tests run: | diff --git a/package.json b/package.json index c63c7fb5..14cc5481 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "@tailwindcss/oxide-linux-x64-gnu": "^4.3.1", "lightningcss-darwin-arm64": "^1.31.1", "lightningcss-darwin-x64": "^1.32.0", - "lightningcss-linux-x64-gnu": "^1.31.1" + "lightningcss-linux-x64-gnu": "^1.31.1", + "@rollup/rollup-linux-x64-gnu": "^1.0.0" } -} +} \ No newline at end of file