Skip to content

Commit

Permalink
Refactor Makefile and pubspec.yaml files: Update publish commands to …
Browse files Browse the repository at this point in the history
…use Flutter instead of Dart
  • Loading branch information
PlugFox committed Oct 16, 2024
1 parent 0e96926 commit 5b122c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ test: get ## Run the tests

.PHONY: publish-check
publish-check: ## Check the package before publishing
@dart pub publish --dry-run
@flutter pub publish --dry-run

.PHONY: publish
publish: ## Publish the package
@yes | dart pub publish
@flutter pub publish

.PHONY: analyze
analyze: get ## Analyze the code
Expand Down

0 comments on commit 5b122c4

Please sign in to comment.