chore(deploy): another attempt to fix deployment

This commit is contained in:
khtsly 2026-02-11 23:30:09 +07:00
parent 6e87a9838d
commit d603244b03

View file

@ -34,6 +34,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
rm -f package-lock.json rm -f package-lock.json
rm -rf node_modules
bun install bun install
- name: Build - name: Build