Skip to content

Commit 9de70fd

Browse files
committed
tweak
1 parent b3a2eb0 commit 9de70fd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/update_cli_bundles.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# weekly on mondays at 8 am utc
66
- cron: "0 8 * * 1"
77
workflow_dispatch:
8+
pull_request:
89

910
permissions:
1011
contents: write

tool/generate_bundles.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ mason bundle -s git https://github.com/dart-frog-dev/dart_frog --git-path bricks
1919

2020
# Ensure the templates are all formatted.
2121
cd ./packages/dart_frog_cli
22-
23-
dart pub get
2422
dart format .
25-
26-
cd -
23+
cd -

0 commit comments

Comments
 (0)