Skip to content

Commit 8020c5a

Browse files
committed
chore(package): change root test script to call only test directly
- call the only test script in the whole repo directly in the root package
1 parent cf332c8 commit 8020c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
"scripts": {
60-
"test": "lerna run test --stream",
60+
"test": "yarn --cwd packages/mongodb-memory-server-core run test",
6161
"lint": "lerna run lint --stream --npm-client=yarn --no-prefix",
6262
"eslint": "eslint 'packages/mongodb-memory-server-core/src/**/*.{js,ts}'",
6363
"watch": "jest --env node --watch",

0 commit comments

Comments
 (0)