File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,13 +81,11 @@ Configuration of DOPR can be done either via `package.json` under the `dopr` key
8181 },
8282 "git" : {
8383 "comment" : " Run the git command in default service container" ,
84- "command" : " %action% %args%" ,
85- "user" : " node"
84+ "command" : " %action% %args%"
8685 },
8786 "yarn" : {
8887 "comment" : " Run the yarn command in default service container" ,
89- "command" : " %action% %args%" ,
90- "user" : " node"
88+ "command" : " %action% %args%"
9189 }
9290 }
9391}
Original file line number Diff line number Diff line change 5353 },
5454 "git" : {
5555 "comment" : " Run the git command in default service container" ,
56- "command" : " %action% %args%" ,
57- "user" : " node"
56+ "command" : " %action% %args%"
5857 },
5958 "yarn" : {
6059 "comment" : " Run the yarn command in default service container" ,
61- "command" : " %action% %args%" ,
62- "user" : " node"
60+ "command" : " %action% %args%"
6361 }
6462 }
6563}
You can’t perform that action at this time.
0 commit comments