Skip to content

Commit dc4ca97

Browse files
authored
ci: fix update_cli_bundles workflow (#1884)
1 parent 914ee51 commit dc4ca97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tool/generate_bundles.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ mason bundle -s git https://github.com/dart-frog-dev/dart_frog --git-path bricks
1717
# Create dart frog routes and middlewares
1818
mason bundle -s git https://github.com/dart-frog-dev/dart_frog --git-path bricks/dart_frog_new -t dart -o packages/dart_frog_cli/lib/src/commands/new/templates
1919

20-
dart format ./packages/dart_frog_cli
20+
# Format the generated bundles
21+
cd ./packages/dart_frog_cli
22+
dart pub get
23+
dart format .
24+
cd -

0 commit comments

Comments
 (0)