We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update_cli_bundles
1 parent 914ee51 commit dc4ca97Copy full SHA for dc4ca97
tool/generate_bundles.sh
@@ -17,4 +17,8 @@ mason bundle -s git https://github.com/dart-frog-dev/dart_frog --git-path bricks
17
# Create dart frog routes and middlewares
18
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
19
20
-dart format ./packages/dart_frog_cli
+# Format the generated bundles
21
+cd ./packages/dart_frog_cli
22
+dart pub get
23
+dart format .
24
+cd -
0 commit comments