From c66a39fadc3344d937aa04fb55ff2887f1f22713 Mon Sep 17 00:00:00 2001 From: Samuel Denis-D'Ortun Date: Sat, 14 Aug 2021 05:55:30 -0400 Subject: [PATCH] Remove quoted argument to fix issue on Windows (#7489) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53a7510c..999703db 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "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", "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", "start": "node ./bin/parse-server", - "prettier": "prettier --write '{src,spec}/{**/*,*}.js'", + "prettier": "prettier --write {src,spec}/{**/*,*}.js", "prepare": "npm run build", "postinstall": "node -p 'require(\"./postinstall.js\")()'", "madge:circular": "node_modules/.bin/madge ./src --circular"