Skip to content

Commit b97c379

Browse files
committed
chore: fix lerna config
1 parent 372a311 commit b97c379

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

lerna.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
11
{
2-
"packages": [
3-
"./packages/core/logger",
4-
"./packages/core/shell",
5-
"./packages/core/types",
6-
"./packages/platforms/android",
7-
"./packages/plugins/appium-helper",
8-
"./packages/commands/test",
9-
"./packages/commands/tools",
10-
"./packages/core/reporter",
11-
"./packages/core/web-reporter-ui",
12-
"./packages/commands/report",
13-
"./packages/plugins/appium-test-cases",
14-
"./packages/plugins/aws-device-farm",
15-
"./packages/commands/measure",
16-
"./packages/platforms/profiler",
17-
"./packages/platforms/ios",
18-
"./packages/platforms/ios-instruments"
19-
],
20-
"useWorkspaces": false,
212
"npmClient": "yarn",
223
"version": "independent",
234
"command": {

packages/plugins/eslint/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@flashlight/custom-eslint-rules",
3+
"private": true,
34
"version": "1.0.0",
45
"description": "",
56
"main": "index.js",

0 commit comments

Comments
 (0)