Skip to content

Commit

Permalink
chore: fix exmaple app build
Browse files Browse the repository at this point in the history
  • Loading branch information
dickermoshe committed Sep 6, 2024
1 parent 0ebf0e9 commit 3e9d75d
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 149 deletions.
7 changes: 7 additions & 0 deletions docs/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ if [ $arg1 == "build" ]; then
echo "Failed to build the example project"
exit 1
fi
# Run build_runner to generate files in the `test` directory
dart run build_runner build
if [ $? -ne 0 ]; then
echo "Failed to build the example project"
exit 1
fi

flutter build web --base-href "/examples/app/" --no-web-resources-cdn
if [ $? -ne 0 ]; then
echo "Failed to build the example project"
Expand Down
Loading

0 comments on commit 3e9d75d

Please sign in to comment.