File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 117
117
"ci:definitionsCheck" : " node ./ci/definitionsCheck.js" ,
118
118
"definitions" : " node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'" ,
119
119
"docs" : " jsdoc -c ./jsdoc-conf.json" ,
120
- "lint" : " slint --cache ./" ,
120
+ "lint" : " eslint --cache ./" ,
121
121
"lint-fix" : " eslint --fix --cache ./" ,
122
122
"build" : " babel src/ -d lib/ --copy-files --extensions '.ts,.js'" ,
123
123
"build:types" : " tsc && prettier --write 'types/{**/*,*}.ts' && npm run lint-fix" ,
136
136
"coverage" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine" ,
137
137
"start" : " node ./bin/parse-server" ,
138
138
"prettier" : " prettier --write {src,spec}/{**/*,*}.js" ,
139
- "prepare" : " npm run build && npm run build:types " ,
139
+ "prepare" : " npm run build" ,
140
140
"postinstall" : " node -p 'require(\" ./postinstall.js\" )()'" ,
141
141
"madge:circular" : " node_modules/.bin/madge ./src --circular"
142
142
},
You can’t perform that action at this time.
0 commit comments