Skip to content

Commit 1663733

Browse files
committed
Pretest and posttest again
1 parent cd6b2ed commit 1663733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
"lint": "flow && eslint --cache ./",
9696
"build": "babel src/ -d lib/ --copy-files",
9797
"watch": "babel --watch src/ -d lib/ --copy-files",
98-
"startmongo": "mongodb-runner start",
98+
"pretest": "mongodb-runner start",
9999
"test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 jasmine",
100-
"stopmongo": "mongodb-runner stop",
100+
"posttest": "mongodb-runner stop",
101101
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 nyc jasmine",
102102
"start": "node ./bin/parse-server",
103103
"prepare": "npm run build",

0 commit comments

Comments
 (0)