We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3958582 commit f97d8b4Copy full SHA for f97d8b4
lerna.json
@@ -0,0 +1,9 @@
1
+{
2
+ "$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
+ "version": "0.0.0",
4
+ "packages": [
5
+ "packages/*",
6
+ "samples/*"
7
+ ],
8
+ "npmClient": "yarn"
9
+}
package.json
@@ -1,4 +1,14 @@
{
- "name": "sentry-lynx",
+ "name": "sentry-lynx-monorepo",
+ "private": true,
+ "scripts": {
+ "build": "lerna run build",
+ "build:tarball": "lerna run build:tarball",
+ "clean": "lerna run clean"
+ },
10
+ "devDependencies": {
11
+ "lerna": "^8.2.1"
12
13
"packageManager": "yarn@4.8.1"
14
}
0 commit comments