You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository will be checked out in the `addons` directory, instead of the one provided via command line. It won't prepend the `src` prefix to it, if you still want it, you should provide it in the `output` key. This might be useful in combination with monorepos where you want to checkout packages into workspaces folders.
89
+
75
90
## Usage
76
91
77
92
```
@@ -154,6 +169,7 @@ Properties:
154
169
-`branch`: Optional. Branch name, defaults to the remote's default branch. Ignored if `tag` is defined.
155
170
-`tag`: Optional. Tag name.
156
171
-`develop`: Optional. Boolean, can be toggled on/off to activate/deactivate a package. If activated, then deactivated afterwards, the package gets removed from `jsconfig` maintaining the synchronization with `mrs.developer.json`. Default is `true`.
172
+
-`output`: Optional. Output directory override per repository.
0 commit comments