Skip to content

Commit

Permalink
Merge pull request #34 from JordyHers/dev
Browse files Browse the repository at this point in the history
Merge dev to main: Added Make file
  • Loading branch information
JordyHers committed Apr 30, 2023
2 parents 78b1550 + 0ebcbc3 commit e171881
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
clean:
flutter clean && flutter pub get && flutter packages pub run build_runner build --delete-conflicting-outputs

path:
cd lib/gen && sed -i '' 's/assets\//packages\/flutter_any_logo\/assets\//g' *

deploy:
make clean && make path

install:
brew install gnu-sed

0 comments on commit e171881

Please sign in to comment.