diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 417d435..bedb828 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -9,4 +9,5 @@ git add -A git commit -m "Update Benchmarks" git push +# TODO: Hide scripts/ directory before running this # pub publish --dry-run \ No newline at end of file diff --git a/scripts/install.sh b/scripts/install.sh index a09132c..caf5994 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,4 +7,6 @@ chmod +x scripts/deploy.sh chmod +x scripts/doc.sh chmod +x scripts/test.sh +pub get + pub global activate grinder \ No newline at end of file