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 50d32aa commit 913d85eCopy full SHA for 913d85e
melos.yaml
@@ -94,9 +94,7 @@ scripts:
94
packageFilters:
95
dirExists:
96
- test
97
- # Don't run tests for this example, the test/ folder is part of integration tests
98
- # that we don't currently run as part of the CI.
99
- ignore: powersync_sqlcipher_example
+ dependsOn: test
100
# This tells Melos tests to ignore env variables passed to tests from `melos run test`
101
# as they could change the behaviour of how tests filter packages.
102
env:
@@ -108,6 +106,7 @@ scripts:
108
106
exec:
109
107
concurrency: 1
110
111
112
113
0 commit comments