We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672a9f3 commit 67de3e6Copy full SHA for 67de3e6
melos.yaml
@@ -89,7 +89,7 @@ scripts:
89
90
test:web:
91
description: Run web tests in a specific package.
92
- run: dart test -p chrome
+ run: dart test -p chrome --concurrency=1
93
exec:
94
concurrency: 1
95
packageFilters:
scripts/download_core_binary_demos.dart
@@ -3,7 +3,7 @@
3
import 'dart:io';
4
5
final coreUrl =
6
- 'https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.2.1';
+ 'https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.0';
7
8
void main() async {
9
final powersyncLibsLinuxPath = "packages/powersync_flutter_libs/linux";
0 commit comments