oh my god bruh

This commit is contained in:
edideaur 2026-04-05 19:41:46 +00:00 committed by GitHub
parent e8acbc76cc
commit 7df10b0f5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Build
run: npm run build

View file

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