mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
Fix CI: use npm install instead of npm ci (no lockfile in repo)
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
libayatana-appindicator3-dev
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: npm ci
|
||||
run: npm install
|
||||
working-directory: frontend
|
||||
|
||||
- name: Build app
|
||||
|
||||
Reference in New Issue
Block a user