Skip to content

Commit

Permalink
Workflow adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Apr 12, 2021
1 parent f36bee8 commit e574598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Activate Grinder
run: pub global activate grinder
- name: Build static files
run: grind
run: pub run grinder
# Store static files
- name: Save static files for storage
uses: sylvanld/action-storage@v1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:

dependencies:
freezed_annotation: ^0.14.1

http: ^0.13.1
json_annotation: ^4.0.1
pubspec: ^2.0.1
Expand All @@ -16,7 +17,6 @@ dev_dependencies:
build_runner: ^1.12.2
build_version: ^2.0.2
freezed: ^0.14.1+1

grinder: ^0.9.0
json_serializable: ^4.1.0
pedantic: ^1.11.0
Expand Down

0 comments on commit e574598

Please sign in to comment.