Skip to content

Commit

Permalink
chore: fix lerna config
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed Jun 4, 2024
1 parent 372a311 commit b97c379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
19 changes: 0 additions & 19 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
{
"packages": [
"./packages/core/logger",
"./packages/core/shell",
"./packages/core/types",
"./packages/platforms/android",
"./packages/plugins/appium-helper",
"./packages/commands/test",
"./packages/commands/tools",
"./packages/core/reporter",
"./packages/core/web-reporter-ui",
"./packages/commands/report",
"./packages/plugins/appium-test-cases",
"./packages/plugins/aws-device-farm",
"./packages/commands/measure",
"./packages/platforms/profiler",
"./packages/platforms/ios",
"./packages/platforms/ios-instruments"
],
"useWorkspaces": false,
"npmClient": "yarn",
"version": "independent",
"command": {
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@flashlight/custom-eslint-rules",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit b97c379

Please sign in to comment.