ci: Use install instead of clean install for NPM dependencies

Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
oSumAtrIX
2025-06-02 16:05:59 +02:00
committed by GitHub
parent 7ee2b1a026
commit 8e4a9088ea

View File

@ -45,7 +45,7 @@ jobs:
build-root-directory: ${{ github.workspace }}/android
- name: Install dependencies
run: npm ci
run: npm i
- name: Get dependencies
run: flutter pub get