mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
Install frontend dependencies
This commit is contained in:
parent
73c04fe59b
commit
2ddf04d539
5
.github/workflows/tauri-build.yml
vendored
5
.github/workflows/tauri-build.yml
vendored
@ -180,16 +180,15 @@ jobs:
|
||||
|
||||
- name: Install frontend dependencies
|
||||
working-directory: ./frontend
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Build Tauri app
|
||||
uses: tauri-apps/tauri-action@6fdd37473788d5a2b4dd80e7ccc0b3c7fe8a5bcd # v0.5.7
|
||||
uses: tauri-apps/tauri-action@v0.5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
projectPath: ./frontend
|
||||
args: ${{ matrix.args }}
|
||||
uploadToDraftRelease: false
|
||||
|
||||
- name: Rename artifacts
|
||||
shell: bash
|
||||
|
3
.github/workflows/tauri-test.yml
vendored
3
.github/workflows/tauri-test.yml
vendored
@ -192,7 +192,7 @@ jobs:
|
||||
|
||||
- name: Install frontend dependencies
|
||||
working-directory: ./frontend
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Build Tauri app (test mode)
|
||||
uses: tauri-apps/tauri-action@v0.5
|
||||
@ -201,7 +201,6 @@ jobs:
|
||||
with:
|
||||
projectPath: ./frontend
|
||||
args: ${{ matrix.args }}
|
||||
uploadToDraftRelease: false
|
||||
|
||||
- name: Verify build artifacts
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user