diff --git a/Dockerfile b/Dockerfile index 27f5c32a..9cef4124 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR ./you RUN ./bake install RUN if [[ "$test" = "on" ]]; then ./bake test ; fi -RUN ./bake flutter build --base-href "/you/flutter_web/" +RUN ./bake flutter_web build --base-href "/you/flutter_web/" RUN pwd RUN ls -l diff --git a/bin/notecli.dart b/bin/notecli.dart index 0b048fb2..94a73e82 100644 --- a/bin/notecli.dart +++ b/bin/notecli.dart @@ -302,10 +302,6 @@ class NoteLib { ); return result._gen(result._collectInfo()); } - -// _NoteAnalyzer genSync() async { -// -// } } enum _CellType { header, body, tail } diff --git a/pubspec.yaml b/pubspec.yaml index 371cc509..9f159dcc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: note -description: A Flutter note project. -version: 1.0.0 -homepage: https://github.com/chen56/note +description: you-* project include some flutter common lib ,and my study notes. +version: 0.0.2 +homepage: https://github.com/chen56/you publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: