Skip to content

Commit

Permalink
Updating melos to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatth committed Jul 17, 2023
1 parent ea2fec0 commit 848d4d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
18 changes: 7 additions & 11 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ name: super_editor
repository: https://github.com/superlistapp/super_editor

packages:
- super_editor/pubspec.yaml
- super_editor/example/pubspec.yaml
- super_editor_markdown/pubspec.yaml
- super_text_layout/pubspec.yaml
- super_text_layout/example/pubspec.yaml
- attributed_text/pubspec.yaml
- website/pubspec.yaml

command:
bootstrap:
usePubspecOverrides: true
- super_editor
- super_editor/example
- super_editor_markdown
- super_text_layout
- super_text_layout/example
- attributed_text
- website
8 changes: 8 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: super_editor_workspace
publish_to: 'none'

environment:
sdk: '>=3.0.0 <4.0.0'

dev_dependencies:
melos: ^3.0.1

0 comments on commit 848d4d0

Please sign in to comment.