Skip to content

Commit 9e9f0d0

Browse files
committed
chore(package.json): move "watch" script to "test:watch"
1 parent 25571a0 commit 9e9f0d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@
6464
"clean": "rimraf tmp lib build coverage node_modules/.cache",
6565
"build": "rimraf ./lib && tsc -p ./tsconfig.build.json",
6666
"build:tests": "rimraf ./build && tsc -p ./tsconfig.json",
67-
"watch": "jest --watchAll",
6867
"coverage": "jest --coverage",
6968
"lint": "yarn run eslint && yarn run tscheck",
7069
"eslint": "eslint -c ../../.eslintrc.js 'src/**/*.{js,ts}'",
7170
"test": "yarn run lint && yarn run coverage",
72-
"test:watch": "yarn run watch"
71+
"test:watch": "jest --watchAll"
7372
}
7473
}

0 commit comments

Comments
 (0)