From 7df10b0f5e520995ff95817b724b2f115fd2b165 Mon Sep 17 00:00:00 2001 From: edideaur Date: Sun, 5 Apr 2026 19:41:46 +0000 Subject: [PATCH] oh my god bruh --- .github/workflows/lighthouse.yml | 2 +- bun.lock | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index f9fd3a2..47d6941 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -19,7 +19,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Build run: npm run build diff --git a/bun.lock b/bun.lock index 6f73fb6..c4873ee 100644 --- a/bun.lock +++ b/bun.lock @@ -60,6 +60,7 @@ "stylelint": "^17.6.0", "stylelint-config-standard": "^39.0.1", "stylelint-config-standard-scss": "^16.0.0", + "terser": "^5.46.1", "typescript": "^5.9.3", "vite": "^7.3.1", "vite-bundle-visualizer": "^1.2.1",