File: add-useWorkspaces-in-lerna.patch

package info (click to toggle)
lumino 2025.4.30-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,736 kB
  • sloc: javascript: 1,310; python: 129; makefile: 24; sh: 5
file content (20 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Yadd <yadd@debian.org>
Date: Tue, 28 Oct 2025 00:35:26 +0100
Subject: add useWorkspaces in lerna

Forwarded: not-needed
Last-Update: 2023-09-02
---
 lerna.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lerna.json b/lerna.json
index 191e73e..c2ac617 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,4 +1,5 @@
 {
   "version": "independent",
+  "useWorkspaces": true,
   "npmClient": "yarn"
 }