Skip to content

Commit

Permalink
chore: Remove mason (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
riscait authored Sep 3, 2024
1 parent 5e4fdb2 commit 88115fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,3 @@ coverage/

# Melos
pubspec_overrides.yaml

# mason
.mason
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: fvm fvm_install melos melos_bs flutterfire_cli mason mason_get
all: fvm fvm_install melos melos_bs flutterfire_cli

fvm:
brew tap leoafarias/fvm
Expand All @@ -18,9 +18,3 @@ generate_code:

flutterfire_cli:
fvm dart pub global activate flutterfire_cli

mason:
fvm dart pub global activate mason_cli

mason_get:
mason get

0 comments on commit 88115fd

Please sign in to comment.