Skip to content

Commit 913d85e

Browse files
committed
Add proper package filter
1 parent 50d32aa commit 913d85e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

melos.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ scripts:
9494
packageFilters:
9595
dirExists:
9696
- 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
97+
dependsOn: test
10098
# This tells Melos tests to ignore env variables passed to tests from `melos run test`
10199
# as they could change the behaviour of how tests filter packages.
102100
env:
@@ -108,6 +106,7 @@ scripts:
108106
exec:
109107
concurrency: 1
110108
packageFilters:
109+
dependsOn: test
111110
dirExists:
112111
- test
113112
env:

0 commit comments

Comments
 (0)