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 cd6b2ed commit 1663733Copy full SHA for 1663733
package.json
@@ -95,9 +95,9 @@
95
"lint": "flow && eslint --cache ./",
96
"build": "babel src/ -d lib/ --copy-files",
97
"watch": "babel --watch src/ -d lib/ --copy-files",
98
- "startmongo": "mongodb-runner start",
+ "pretest": "mongodb-runner start",
99
"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",
+ "posttest": "mongodb-runner stop",
101
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} TESTING=1 nyc jasmine",
102
"start": "node ./bin/parse-server",
103
"prepare": "npm run build",
0 commit comments