We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcfb81 commit caf684bCopy full SHA for caf684b
packages/cli-repl/package.json
@@ -16,8 +16,8 @@
16
},
17
"scripts": {
18
"compile-ts": "tsc -p tsconfig.json",
19
- "start": "node --experimental-repl-await bin/mongosh.js start",
20
- "start-async": "node --experimental-repl-await bin/mongosh.js start --async",
+ "start": "node bin/mongosh.js start",
+ "start-async": "node bin/mongosh.js start --async",
21
"test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 --colors -r ts-node/register \"./{src,test}/**/*.spec.ts\"",
22
"test-ci": "mocha -r \"../../scripts/import-expansions.js\" --timeout 60000 -r ts-node/register \"./{src,test}/**/*.spec.ts\"",
23
"pretest-e2e": "npm run compile-ts",
0 commit comments