We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0af562 commit 0da248bCopy full SHA for 0da248b
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Run tests for our dart project.
49
if: startsWith(matrix.os, 'ubuntu')
50
run: |
51
- melos run unit:test
+ melos run test
52
53
- name: Run coverage
54
CONTRIBUTING.md
@@ -51,7 +51,7 @@ $ melos run example:build_runner
To run the unit tests:
```
-$ melos run unit:test
+$ melos run test
55
56
57
## Contributing code
melos.yaml
@@ -67,7 +67,7 @@ scripts:
67
select-package:
68
scope: example_resources
69
70
- unit:test:
+ test:
71
run: melos exec -- dart test
72
73
dir-exists: test
0 commit comments