Skip to content

Commit

Permalink
...also fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jan 15, 2025
1 parent f848dae commit bb85d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Build the markdown playground.
- run: dart pub get
working-directory: pkgs/markdown
- run: dart run build_runner build -o example:build --release
- run: dart run build_runner build -o example:build --release --delete-conflicting-outputs --verbose
working-directory: pkgs/markdown

# Create the _site directory.
Expand Down
3 changes: 0 additions & 3 deletions pkgs/markdown/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
targets:
$default:
builders:
build_web_compilers|dart2js_archive_extractor:
options:
filter_outputs: false
build_web_compilers|entrypoint:
generate_for:
- example/**.dart
Expand Down

0 comments on commit bb85d31

Please sign in to comment.