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",