Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore: add nice pub scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Aug 21, 2024
1 parent d4bea5e commit ee0e4a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ command:
post: melos run gen-l10n && melos run gen

scripts:
get:
description: get dependencies (no lockfile update, linking)
exec: dart pub get
upgrade:
description: upgrade dependencies
exec: dart pub upgrade
clean:
description: clean project
exec: flutter clean
Expand Down

0 comments on commit ee0e4a6

Please sign in to comment.