From e2abccd622a4c1dba2fcbf4b2f1ace74ecf44074 Mon Sep 17 00:00:00 2001 From: Samuel Denis-D'Ortun Date: Thu, 12 Aug 2021 13:56:41 -0400 Subject: [PATCH] Remove quoted argument to fix issue on Windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53a7510c9c..999703db30 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"