flutter_gherkin/pre-publish-checks.cmd

4 lines
203 B
Batchfile
Raw Normal View History

CALL "C:\Google\flutter\bin\cache\dart-sdk\bin\dartanalyzer" --options analysis_options.yaml .
CALL "C:\Google\flutter\bin\cache\dart-sdk\bin\dartfmt" . -w
2019-06-05 01:56:11 +00:00
CALL flutter packages upgrade
CALL flutter test