Skip to content

Commit f97d8b4

Browse files
Add lerna
1 parent 3958582 commit f97d8b4

File tree

3 files changed

+5238
-3
lines changed

3 files changed

+5238
-3
lines changed

lerna.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2-
"name": "sentry-lynx",
2+
"name": "sentry-lynx-monorepo",
3+
"version": "0.0.0",
4+
"private": true,
5+
"scripts": {
6+
"build": "lerna run build",
7+
"build:tarball": "lerna run build:tarball",
8+
"clean": "lerna run clean"
9+
},
10+
"devDependencies": {
11+
"lerna": "^8.2.1"
12+
},
313
"packageManager": "yarn@4.8.1"
414
}

0 commit comments

Comments
 (0)