We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda07aa commit 8353b9fCopy full SHA for 8353b9f
package.json
@@ -121,7 +121,7 @@
121
"posttest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner stop",
122
"coverage": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.4.8} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 nyc jasmine",
123
"start": "node ./bin/parse-server",
124
- "prettier": "prettier --write '{src,spec}/{**/*,*}.js'",
+ "prettier": "prettier --write \"{src,spec}/{**/*,*}.js\"",
125
"prepare": "npm run build",
126
"postinstall": "node -p 'require(\"./postinstall.js\")()'",
127
"madge:circular": "node_modules/.bin/madge ./src --circular"
0 commit comments