From 6fb39630a35959701480631ff448a6091ef4811a Mon Sep 17 00:00:00 2001 From: hasezoey Date: Tue, 31 Aug 2021 20:09:36 +0200 Subject: [PATCH] chore(/package.json): replace lerna execute with yarn --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 473397c22..b58721a6c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "scripts": { "test": "yarn --cwd packages/mongodb-memory-server-core run test", - "lint": "lerna run lint --stream --npm-client=yarn --no-prefix", + "lint": "yarn --cwd packages/mongodb-memory-server-core run lint", "watch": "jest --env node --watch", "jest": "jest --env node", "build": "tsc --build tsconfig.build.json",