File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
"tasks" : [
6
6
{
7
7
"type" : " shell" ,
8
- "command" : " cd packages/user_repository && dart pub get && dart run build_runner watch --delete-conflicting-outputs" ,
8
+ "command" : " cd packages/user_repository; dart pub get; dart run build_runner watch --delete-conflicting-outputs" ,
9
9
"label" : " user_repository: run build_runner watch" ,
10
10
"group" : " build" ,
11
11
"runOptions" : {
22
22
},
23
23
{
24
24
"type" : " shell" ,
25
- "command" : " cd packages/topics_repository && dart pub get && dart run build_runner watch --delete-conflicting-outputs" ,
25
+ "command" : " cd packages/topics_repository; dart pub get; dart run build_runner watch --delete-conflicting-outputs" ,
26
26
"label" : " topics_repository: run build_runner watch" ,
27
27
"group" : " build" ,
28
28
"runOptions" : {
39
39
},
40
40
{
41
41
"type" : " shell" ,
42
- "command" : " cd packages/quizzes_repository && dart pub get && dart run build_runner watch --delete-conflicting-outputs" ,
42
+ "command" : " cd packages/quizzes_repository; dart pub get; dart run build_runner watch --delete-conflicting-outputs" ,
43
43
"label" : " quizzes_repository: run build_runner watch" ,
44
44
"group" : " build" ,
45
45
"runOptions" : {
You can’t perform that action at this time.
0 commit comments