1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 23:08:02 +00:00

It isn't necessary to install frontend dependencies manually, as Wails does it

This commit is contained in:
2023-06-03 09:54:51 +02:00
parent e5ef2d7007
commit 7b8efa3022
2 changed files with 1 additions and 4 deletions

View File

@ -43,9 +43,6 @@ jobs:
cache: npm
cache-dependency-path: frontend/package-lock.json
- name: Install frontend dependencies
run: cd frontend && npm ci && cd ..
- name: Build Rolens
run: wails build