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 64a2630 commit 9dc1e03Copy full SHA for 9dc1e03
1 file changed
setup.sh
@@ -8,5 +8,5 @@ echo "Installing Spec $version..."
8
dart pub global activate spec_cli $version
9
10
if [ "$run_tests" != "false" ]; then
11
- dart pub global run spec_cli:main
+ dart pub global run spec_cli
12
fi
0 commit comments