Skip to content

Commit

Permalink
chore(/package.json): replace lerna execute with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Aug 31, 2021
1 parent 29c6fa4 commit 6fb3963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6fb3963

Please sign in to comment.