mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
chore(deploy): another attempt to fix deployment
This commit is contained in:
parent
6e87a9838d
commit
d603244b03
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -34,6 +34,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
rm -f package-lock.json
|
||||
rm -rf node_modules
|
||||
bun install
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue