Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Nov 3, 2024
1 parent 139da5f commit ec0dabc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
dart pub global activate melos
melos bootstrap
cd packages/yaroorm_test && dart run build_runner build --delete-conflicting-outputs
dart run yaroorm init
dart run yaroorm_cli init
- name: Run Unit Tests
run: |
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/yaroorm_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ dev_dependencies:
test: ^1.24.0

executables:
yaroorm: yaroorm
yaroorm: yaroorm_cli

0 comments on commit ec0dabc

Please sign in to comment.