File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 121
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
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
123
"start" : " node ./bin/parse-server" ,
124
- "prettier" : " prettier --write ' {src,spec}/{**/*,*}.js' " ,
124
+ "prettier" : " prettier --write {src,spec}/{**/*,*}.js" ,
125
125
"prepare" : " npm run build" ,
126
126
"postinstall" : " node -p 'require(\" ./postinstall.js\" )()'" ,
127
127
"madge:circular" : " node_modules/.bin/madge ./src --circular"
You can’t perform that action at this time.
0 commit comments