Skip to content

Commit 8bb8725

Browse files
committed
chore(core/package): remove DOWNLOAD_DIR variable from script
1 parent fa3d6c8 commit 8bb8725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mongodb-memory-server-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"clean": "rimraf tmp lib build coverage node_modules/.cache",
6767
"build": "rimraf ./lib && tsc -p ./tsconfig.build.json",
6868
"build:tests": "rimraf ./build && tsc -p ./tsconfig.json",
69-
"watch": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --watchAll",
70-
"coverage": "cross-env MONGOMS_DOWNLOAD_DIR=./tmp jest --coverage",
69+
"watch": "jest --watchAll",
70+
"coverage": "jest --coverage",
7171
"lint": "yarn run eslint && yarn run tscheck",
7272
"eslint": "eslint -c ../../.eslintrc.js 'src/**/*.{js,ts}'",
7373
"test": "yarn run lint && yarn run coverage",

0 commit comments

Comments
 (0)