Attempt to get script working

This commit is contained in:
Pieter Vander Vennet 2025-06-19 17:57:30 +02:00
parent 8f6a9de184
commit a45c7e5dd2

View file

@ -20,10 +20,6 @@ jobs:
cache: "npm" cache: "npm"
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json
- name: install deps
run: npm ci
shell: bash
- name: clone submodule - name: clone submodule
shell: bash shell: bash
run: | run: |
@ -33,8 +29,11 @@ jobs:
cd android cd android
git config --global --add safe.directory $(pwd) git config --global --add safe.directory $(pwd)
git remote -v git remote -v
git pull source main git pull origin main
- name: install deps
run: npm ci
- name: Move dependency (@capacitor) into android repo - name: Move dependency (@capacitor) into android repo
run: | run: |
cp -r ../node_modules/@capacitor ./ cp -r ../node_modules/@capacitor ./