Skip to content

Commit

Permalink
build: fix auth_server pub error (serverpod#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampuslavin authored Aug 13, 2024
1 parent 52a60f3 commit 38c75dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion modules/serverpod_auth/serverpod_auth_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ dependency_overrides:
serverpod_lints:
path: ../../../packages/serverpod_lints
serverpod_shared:
path: ../../../packages/serverpod_shared
path: ../../../packages/serverpod_shared

false_secrets:
- test/firebase/firebase_auth_mock.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ dependency_overrides:
serverpod_lints:
path: ../../../packages/serverpod_lints
serverpod_shared:
path: ../../../packages/serverpod_shared
path: ../../../packages/serverpod_shared

false_secrets:
- test/firebase/firebase_auth_mock.dart

0 comments on commit 38c75dc

Please sign in to comment.