Skip to content

Commit 8353b9f

Browse files
committed
Double-Quote prettier argument to fix issue on Windows
1 parent fda07aa commit 8353b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"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",
122122
"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",
123123
"start": "node ./bin/parse-server",
124-
"prettier": "prettier --write '{src,spec}/{**/*,*}.js'",
124+
"prettier": "prettier --write \"{src,spec}/{**/*,*}.js\"",
125125
"prepare": "npm run build",
126126
"postinstall": "node -p 'require(\"./postinstall.js\")()'",
127127
"madge:circular": "node_modules/.bin/madge ./src --circular"

0 commit comments

Comments
 (0)