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 6383a9d commit b7f7d8eCopy full SHA for b7f7d8e
.github/workflows/ci.yaml
@@ -51,5 +51,8 @@ jobs:
51
fatal_performance: true
52
fatal_warnings: true
53
54
+ - name: Test
55
+ run: melos run test
56
+
57
- name: Dry Publish Packages
58
run: melos publish --dry-run -y
melos.yaml
@@ -26,12 +26,6 @@ scripts:
26
dirExists:
27
- test
28
29
- publishable:
30
- run: melos exec -- dart pub publish --dry-run
31
- description: Checks whether packages are publishable.
32
- packageFilters:
33
- scope: "*"
34
-
35
# CLEAN
36
37
clean:
0 commit comments