Skip to content

Commit

Permalink
chore: use melos
Browse files Browse the repository at this point in the history
  • Loading branch information
hpoul committed Jun 14, 2022
1 parent 87b20fc commit ca585a4
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pubspec_overrides.yaml

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/runConfigurations/melos_bootstrap.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/runConfigurations/melos_clean.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: analytics_events
packages:
- packages/**
command:
bootstrap:
usePubspecOverrides: true

12 changes: 12 additions & 0 deletions melos_analytics_events.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
6 changes: 3 additions & 3 deletions packages/analytics_event_gen/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ packages:
analytics_event:
dependency: "direct main"
description:
name: analytics_event
url: "https://pub.dartlang.org"
source: hosted
path: "../analytics_event"
relative: true
source: path
version: "1.2.0"
analyzer:
dependency: "direct main"
Expand Down

0 comments on commit ca585a4

Please sign in to comment.