Revert CI workaround now that build-essential is installed
Some checks failed
Lint and Build / build (pull_request) Failing after 1m25s

- Restore bufferutil as regular dependency for WebSocket performance
- Remove --no-optional flag from npm ci
- Self-hosted runners now have proper C++ build tools installed

This enables full native module support and optimal WebSocket performance.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Decobus 2025-07-20 01:45:39 -04:00
parent a16bdcc7b9
commit f25fbcc720
2 changed files with 2 additions and 4 deletions

View file

@ -19,7 +19,7 @@ jobs:
run: rm -rf .next
- name: Install dependencies
run: npm ci --no-optional
run: npm ci
- name: Run type check
run: npm run type-check

View file

@ -16,6 +16,7 @@
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.11",
"bufferutil": "^4.0.8",
"next": "^15.4.1",
"obs-websocket-js": "^5.0.6",
"react": "^19.1.0",
@ -24,9 +25,6 @@
"sqlite3": "^5.1.7",
"ws": "^8.18.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@testing-library/jest-dom": "^6.6.3",