mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-29 09:36:10 +01:00
Replace lerna with turborepo (#2073)
This change allows our ui libraries to be built separately. It is therefore to utilize different build tools for individual projects, as well as using build caches for the local build. Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com> Co-authored-by: Matthias Thieroff <matthias.thieroff@cloudogu.com>
This commit is contained in:
committed by
GitHub
parent
77ab43c93b
commit
84f220e5b2
@@ -21,7 +21,8 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
const lerna = require("../lerna");
|
||||
|
||||
const yarn = require("../yarn");
|
||||
|
||||
module.exports = args => {
|
||||
if (args.length < 1) {
|
||||
@@ -30,6 +31,5 @@ module.exports = args => {
|
||||
}
|
||||
|
||||
const version = args[0];
|
||||
|
||||
lerna.version(version);
|
||||
yarn.workspaceVersion(version);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user