Skip to content

Commit

Permalink
rid-template: adding clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed May 15, 2021
1 parent 3a84724 commit f2657cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rid-template-flutter/sh/clean
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

(cd $DIR/../plugin && flutter clean && flutter pub get)
(cd $DIR/.. && flutter clean && flutter pub get)

0 comments on commit f2657cd

Please sign in to comment.