Skip to content

Commit

Permalink
fix: pin lerna to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva committed Jan 8, 2024
1 parent c7fddd4 commit c1a8e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "metrics-sdks-monorepo",
"private": true,
"scripts": {
"clean": "npx lerna clean",
"clean": "npx lerna@6 clean",
"lint": "eslint test/ && npm run lint --workspaces",
"lint:docs": "alex .",
"prepare": "husky install",
"prettier": "prettier --list-different \"./**/**.{js,ts,md}\"",
"prettier:write": "prettier --list-different --write \"./**/**.{js,ts,md}\"",
"publish": "npx lerna publish",
"publish": "npx lerna@6 publish",
"test": "npm test --workspaces",
"test:integration-metrics": "vitest test/integration-metrics.test.js",
"test:integration-metrics-watch": "vitest run test/integration-metrics.test.js",
Expand Down

0 comments on commit c1a8e9d

Please sign in to comment.