mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-06 13:48:58 +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
|
- name: Install frontend dependencies
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Build Tauri app
|
- name: Build Tauri app
|
||||||
uses: tauri-apps/tauri-action@6fdd37473788d5a2b4dd80e7ccc0b3c7fe8a5bcd # v0.5.7
|
uses: tauri-apps/tauri-action@v0.5
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
projectPath: ./frontend
|
projectPath: ./frontend
|
||||||
args: ${{ matrix.args }}
|
args: ${{ matrix.args }}
|
||||||
uploadToDraftRelease: false
|
|
||||||
|
|
||||||
- name: Rename artifacts
|
- name: Rename artifacts
|
||||||
shell: bash
|
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
|
- name: Install frontend dependencies
|
||||||
working-directory: ./frontend
|
working-directory: ./frontend
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Build Tauri app (test mode)
|
- name: Build Tauri app (test mode)
|
||||||
uses: tauri-apps/tauri-action@v0.5
|
uses: tauri-apps/tauri-action@v0.5
|
||||||
@ -201,7 +201,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
projectPath: ./frontend
|
projectPath: ./frontend
|
||||||
args: ${{ matrix.args }}
|
args: ${{ matrix.args }}
|
||||||
uploadToDraftRelease: false
|
|
||||||
|
|
||||||
- name: Verify build artifacts
|
- name: Verify build artifacts
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user