Skip to content

Commit 9047d73

Browse files
authored
Fix publishing and reenable publish test (#2216)
1 parent 9941e5c commit 9047d73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
logging: ^0.11.3+1
2020
process: ^3.0.5
2121
markdown: ^2.1.1
22+
meta: ^1.0.0
2223
mustache: ^1.1.0
2324
package_config: '>=0.1.5 <2.0.0'
2425
path: ^1.3.0
@@ -39,7 +40,6 @@ dev_dependencies:
3940
grinder: ^0.8.2
4041
io: ^0.3.0
4142
http: ^0.12.0
42-
meta: ^1.0.0
4343
pedantic: ^1.9.0
4444
test: ^1.3.0
4545

tool/grind.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ void dartfmt() async {
268268
analyze,
269269
checkBuild,
270270
smokeTest,
271-
dartfmt, /*tryPublish*/
271+
dartfmt,
272+
tryPublish,
272273
)
273274
void presubmit() => null;
274275

0 commit comments

Comments
 (0)