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:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user