Skip to content

Commit 281d81c

Browse files
committed
Fix typo in test option
1 parent f626a2a commit 281d81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: melos.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ scripts:
4141

4242
test:
4343
description: Run tests in a specific package.
44-
run: dart test -p chrome,vm --compilers dart2js,dart2wasm
44+
run: dart test -p chrome,vm --compiler dart2js,dart2wasm
4545
exec:
4646
concurrency: 1
4747
packageFilters:

0 commit comments

Comments
 (0)