Skip to content

Commit 67de3e6

Browse files
committed
Fixes.
1 parent 672a9f3 commit 67de3e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ scripts:
8989

9090
test:web:
9191
description: Run web tests in a specific package.
92-
run: dart test -p chrome
92+
run: dart test -p chrome --concurrency=1
9393
exec:
9494
concurrency: 1
9595
packageFilters:

scripts/download_core_binary_demos.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import 'dart:io';
44

55
final coreUrl =
6-
'https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.2.1';
6+
'https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.0';
77

88
void main() async {
99
final powersyncLibsLinuxPath = "packages/powersync_flutter_libs/linux";

0 commit comments

Comments
 (0)