Skip to content

Commit 08bb617

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f07ade9 + 01485f3 commit 08bb617

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ updates:
99
- package-ecosystem: 'npm'
1010
directory: '/apps/app'
1111
schedule:
12-
interval: 'weekly'
12+
interval: 'weekly'
1313

1414
# Web
1515
- package-ecosystem: 'npm'
1616
directory: '/apps/web'
1717
schedule:
1818
interval: 'weekly'
1919

20-
# Common
20+
# Shared
2121
- package-ecosystem: 'npm'
2222
directory: '/package/shared'
2323
schedule:

.github/workflows/build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
${{ matrix.platform }}-cargo-
6969
7070
- name: Install NPM dependencies
71-
run: pnpm install --frozen-lockfile
71+
run: pnpm install --no-frozen-lockfile
7272

7373
- name: Install dependencies (ubuntu only)
7474
if: matrix.platform == 'ubuntu-latest'

.github/workflows/build-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
${{ matrix.platform }}-cargo-
8686
8787
- name: Install NPM dependencies
88-
run: pnpm install --frozen-lockfile
88+
run: pnpm install --no-frozen-lockfile
8989

9090
- name: Install Rust
9191
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)